#e74c3c
Cinnabar
Closest match (98% match)
Color formats
RGB
rgb(231, 76, 60)
Red, Green, Blue components
HSL
hsl(6, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 67, 74, 9)
Print color encoding
Luminance
0.225
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#e74c3c
#3cd7e7
Analogous (Adjacent)
#e73c81
#e74c3c
#e7a23c
Triadic
#e74c3c
#3ce74c
#4c3ce7
Split complementary
#e74c3c
#3ce7a1
#3c82e7
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
fda18f
e74c3c
7e0000
000000
Marketing and vibrant
e74c3c
ff0015
3cd7e7
00ed94
FFFFFF
Harmonious and natural
e73c9e
e73c65
e74c3c
e7853c
e7be3c
Pop Art and trendy
e74c3c
9dff57
00def7
871fcd
ffff89
Complete conversion table
HEX
#E74C3C
RGB
rgb(231,76,60)
RGBA
rgba(231,76,60, 1)
HSL
hsl(5.61,78.08%,57.06%)
OKLCH (Modern CSS)
oklch(0.63 0.19 29.4)
CSS Variable
--color: #e74c3c;
CMYK
C: 0% M: 67% Y: 74% K: 9%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFE74C3C
Swift UIColor
UIColor(red: 0.91, green: 0.30, blue: 0.24, alpha: 1.0)
Decimal (int)
15158332
JSON
{ "color": "#E74C3C" }
CIE LAB
L: 54.5 a: 58.9 b: 42.7
CIE LCH
L: 54.5 C: 72.7 H: 35.9
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Playful
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Quicksand'
400 Regular
'Nunito'
Bold
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Anton'
400 Regular
'Roboto Condensed'
Warm and friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Abril Fatface'
400 Regular
'Poppins'
Kid-friendly
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Balsamiq Sans'
400 Regular
'Comic Neue'
Accessibility
Contrast and readability (WCAG)
On white background
3.82
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
5.50
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"Pure adrenaline. It triggers an immediate physiological response, increasing heart rate and driving action. The visual embodiment of passion and urgency."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#E74C3C
Result
#E74C3C
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#E74C3C
0%+
Mix color
#808080
100%Result
#BA6C5E
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
75%
17%
8%
RYB PIGMENTS
Cadmium red
Pigment
75%
Titanium white
Pigment
17%
Cadmium yellow
Pigment
8%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
74%
P
67%
MAGENTA
9%
KEY
CMYK INKS
Yellow
Ink
74%
Magenta
Ink
67%
Black (Key)
Ink
9%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
649 nm
462 THz • 1.91 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
22.5%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
red-500
#ef4444
ΔE: 3.4
Google Material
Original
Standard
Red 500
#F44336
ΔE: 2.2
CSS Color Name
Original
Standard
Tomato
#FF6347
ΔE: 7.2
Apple System (iOS)
Original
Standard
System Red
#FF3B30
ΔE: 4.0
Pantone (PMS)
Original
Standard
PMS 17-1562 mandarin-red
#E74A33
ΔE: 1.9
RAL Classic
Original
Standard
RAL 3024 Luminous red
#FF2D21
ΔE: 4.9
Copic Marker
Original
Standard
Tuscan Orange
#d86745
ΔE: 6.6
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #e74c3c;
--rgb-primary: 231, 76, 60;
}SCSS variable
1
2
3
4
5
$color-primary: #e74c3c;
$rgb-primary: (231, 76, 60);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#e74c3c',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#e74c3c',
},
text: {
color: '#e74c3c',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.9058823529411765,
green: 0.2980392156862745,
blue: 0.23529411764705882
)Full JSON data
1
2
3
4
5
{
"name": "Cinnabar",
"hex": "#e74c3c",
"rgb": {
"r": 231,
"g": 76,
"b": 60
},
"hsl": {
"h": 6,
"s": 78,
"l": 57
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes