Shades of Cinnabar #E04A41
Tints of Cinnabar #E04A41
RGB
CMYK
RGB Variations
Color information
#E04A41 (or 0xE04A41) is known color: Cinnabar. HEX triplet: E0, 4A and 41. RGB value is (224,74,65). Sum of RGB (Red+Green+Blue) = 224+74+65=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A41 is #1FB5BE. Grayscale: #767676. Windows color (decimal): -2078143 or 4279008. OLE color: 4279008.
HSL color Cylindrical-coordinate representation of color #E04A41: hue angle of 3.4º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04A41 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 65 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.12 |
| HSL | 3.4º | 0.72% | 0.57% | - |
| HSV(B) | 3.4º | 0.71% | 0.88% | - |
| XYZ | 34.14 | 21.13 | 7.28 | - |
| YUV | 117.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 65 | 0 | 0.67 | 0.71 | 0.12 | 3.4 | 0.72 | 0.57 |
| Hex | E0 | 4A | 41 | 0 | 43 | 47 | C | 3 | 48 | 39 |
| Octal | 340 | 112 | 101 | 0 | 103 | 107 | 14 | 3 | 110 | 71 |
| Binary | 11100000 | 1001010 | 1000001 | 0 | 1000011 | 1000111 | 1100 | 11 | 1001000 | 111001 |
Color Harmonies of #E04A41
Complementary color
Monochromatic Colors of #E04A41
Black with #E04A41
Text Example
Text Example
White with #E04A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A41; }
p { color: rgb(224,74,65); }
H1.HeaderClassName
{
color: #E04A41;
}
.AnyTagClassName
{
color: #E04A41;
}
</style>
background-color css
<style>
a { background-color: #E04A41; }
a { background-color: rgb(224,74,65); }
div.DivClassName
{
background-color: #E04A41;
}
.BgClassName
{
background-color: #E04A41;
}
</style>
border-color css
<style>
span { border-color: #E04A41; }
span { border-color: rgb(224,74,65); }
td.TdClassName
{
border-color: #E04A41;
}
.TagClassName
{
border-color: #E04A41;
}
</style>