Shades of Cinnabar #E04A40
Tints of Cinnabar #E04A40
RGB
CMYK
RGB Variations
Color information
#E04A40 (or 0xE04A40) is known color: Cinnabar. HEX triplet: E0, 4A and 40. RGB value is (224,74,64). Sum of RGB (Red+Green+Blue) = 224+74+64=362 (47% of max value = 765). Red value is 224 (87.89% from 255 or 61.88% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A40 is #1FB5BF. Grayscale: #757575. Windows color (decimal): -2078144 or 4213472. OLE color: 4213472.
HSL color Cylindrical-coordinate representation of color #E04A40: hue angle of 3.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04A40 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 64 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.12 |
| HSL | 3.75º | 0.72% | 0.56% | - |
| HSV(B) | 3.75º | 0.71% | 0.88% | - |
| XYZ | 34.11 | 21.12 | 7.13 | - |
| YUV | 117.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 64 | 0 | 0.67 | 0.71 | 0.12 | 3.75 | 0.72 | 0.56 |
| Hex | E0 | 4A | 40 | 0 | 43 | 47 | C | 4 | 48 | 38 |
| Octal | 340 | 112 | 100 | 0 | 103 | 107 | 14 | 4 | 110 | 70 |
| Binary | 11100000 | 1001010 | 1000000 | 0 | 1000011 | 1000111 | 1100 | 100 | 1001000 | 111000 |
Color Harmonies of #E04A40
Complementary color
Monochromatic Colors of #E04A40
Black with #E04A40
Text Example
Text Example
White with #E04A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A40; }
p { color: rgb(224,74,64); }
H1.HeaderClassName
{
color: #E04A40;
}
.AnyTagClassName
{
color: #E04A40;
}
</style>
background-color css
<style>
a { background-color: #E04A40; }
a { background-color: rgb(224,74,64); }
div.DivClassName
{
background-color: #E04A40;
}
.BgClassName
{
background-color: #E04A40;
}
</style>
border-color css
<style>
span { border-color: #E04A40; }
span { border-color: rgb(224,74,64); }
td.TdClassName
{
border-color: #E04A40;
}
.TagClassName
{
border-color: #E04A40;
}
</style>