Shades of Cinnabar #E04A29
Tints of Cinnabar #E04A29
RGB
CMYK
RGB Variations
Color information
#E04A29 (or 0xE04A29) is known color: Cinnabar. HEX triplet: E0, 4A and 29. RGB value is (224,74,41). Sum of RGB (Red+Green+Blue) = 224+74+41=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04A29 is #1FB5D6. Grayscale: #737373. Windows color (decimal): -2078167 or 2706144. OLE color: 2706144.
HSL color Cylindrical-coordinate representation of color #E04A29: hue angle of 10.82º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E04A29 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 41 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.12 |
| HSL | 10.82º | 0.75% | 0.52% | - |
| HSV(B) | 10.82º | 0.82% | 0.88% | - |
| XYZ | 33.59 | 20.9 | 4.36 | - |
| YUV | 115.09 | 86.2 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 41 | 0 | 0.67 | 0.82 | 0.12 | 10.82 | 0.75 | 0.52 |
| Hex | E0 | 4A | 29 | 0 | 43 | 52 | C | B | 4B | 34 |
| Octal | 340 | 112 | 51 | 0 | 103 | 122 | 14 | 13 | 113 | 64 |
| Binary | 11100000 | 1001010 | 101001 | 0 | 1000011 | 1010010 | 1100 | 1011 | 1001011 | 110100 |
Color Harmonies of #E04A29
Complementary color
Monochromatic Colors of #E04A29
Black with #E04A29
Text Example
Text Example
White with #E04A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A29; }
p { color: rgb(224,74,41); }
H1.HeaderClassName
{
color: #E04A29;
}
.AnyTagClassName
{
color: #E04A29;
}
</style>
background-color css
<style>
a { background-color: #E04A29; }
a { background-color: rgb(224,74,41); }
div.DivClassName
{
background-color: #E04A29;
}
.BgClassName
{
background-color: #E04A29;
}
</style>
border-color css
<style>
span { border-color: #E04A29; }
span { border-color: rgb(224,74,41); }
td.TdClassName
{
border-color: #E04A29;
}
.TagClassName
{
border-color: #E04A29;
}
</style>