Shades of Cinnabar #E04029
Tints of Cinnabar #E04029
RGB
CMYK
RGB Variations
Color information
#E04029 (or 0xE04029) is known color: Cinnabar. HEX triplet: E0, 40 and 29. RGB value is (224,64,41). Sum of RGB (Red+Green+Blue) = 224+64+41=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E04029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04029 is #1FBFD6. Grayscale: #6D6D6D. Windows color (decimal): -2080727 or 2703584. OLE color: 2703584.
HSL color Cylindrical-coordinate representation of color #E04029: hue angle of 7.54º 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 #E04029 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 41 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.12 |
| HSL | 7.54º | 0.75% | 0.52% | - |
| HSV(B) | 7.54º | 0.82% | 0.88% | - |
| XYZ | 32.97 | 19.67 | 4.16 | - |
| YUV | 109.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 41 | 0 | 0.71 | 0.82 | 0.12 | 7.54 | 0.75 | 0.52 |
| Hex | E0 | 40 | 29 | 0 | 47 | 52 | C | 8 | 4B | 34 |
| Octal | 340 | 100 | 51 | 0 | 107 | 122 | 14 | 10 | 113 | 64 |
| Binary | 11100000 | 1000000 | 101001 | 0 | 1000111 | 1010010 | 1100 | 1000 | 1001011 | 110100 |
Color Harmonies of #E04029
Complementary color
Monochromatic Colors of #E04029
Black with #E04029
Text Example
Text Example
White with #E04029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04029; }
p { color: rgb(224,64,41); }
H1.HeaderClassName
{
color: #E04029;
}
.AnyTagClassName
{
color: #E04029;
}
</style>
background-color css
<style>
a { background-color: #E04029; }
a { background-color: rgb(224,64,41); }
div.DivClassName
{
background-color: #E04029;
}
.BgClassName
{
background-color: #E04029;
}
</style>
border-color css
<style>
span { border-color: #E04029; }
span { border-color: rgb(224,64,41); }
td.TdClassName
{
border-color: #E04029;
}
.TagClassName
{
border-color: #E04029;
}
</style>