Shades of Cinnabar #E03429
Tints of Cinnabar #E03429
RGB
CMYK
RGB Variations
Color information
#E03429 (or 0xE03429) is known color: Cinnabar. HEX triplet: E0, 34 and 29. RGB value is (224,52,41). Sum of RGB (Red+Green+Blue) = 224+52+41=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E03429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03429 is #1FCBD6. Grayscale: #666666. Windows color (decimal): -2083799 or 2700512. OLE color: 2700512.
HSL color Cylindrical-coordinate representation of color #E03429: hue angle of 3.61º 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 #E03429 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 41 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.12 |
| HSL | 3.61º | 0.75% | 0.52% | - |
| HSV(B) | 3.61º | 0.82% | 0.88% | - |
| XYZ | 32.37 | 18.46 | 3.96 | - |
| YUV | 102.17 | 93.48 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 41 | 0 | 0.77 | 0.82 | 0.12 | 3.61 | 0.75 | 0.52 |
| Hex | E0 | 34 | 29 | 0 | 4D | 52 | C | 4 | 4B | 34 |
| Octal | 340 | 64 | 51 | 0 | 115 | 122 | 14 | 4 | 113 | 64 |
| Binary | 11100000 | 110100 | 101001 | 0 | 1001101 | 1010010 | 1100 | 100 | 1001011 | 110100 |
Color Harmonies of #E03429
Complementary color
Monochromatic Colors of #E03429
Black with #E03429
Text Example
Text Example
White with #E03429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03429; }
p { color: rgb(224,52,41); }
H1.HeaderClassName
{
color: #E03429;
}
.AnyTagClassName
{
color: #E03429;
}
</style>
background-color css
<style>
a { background-color: #E03429; }
a { background-color: rgb(224,52,41); }
div.DivClassName
{
background-color: #E03429;
}
.BgClassName
{
background-color: #E03429;
}
</style>
border-color css
<style>
span { border-color: #E03429; }
span { border-color: rgb(224,52,41); }
td.TdClassName
{
border-color: #E03429;
}
.TagClassName
{
border-color: #E03429;
}
</style>