Shades of Cinnabar #E03229
Tints of Cinnabar #E03229
RGB
CMYK
RGB Variations
Color information
#E03229 (or 0xE03229) is known color: Cinnabar. HEX triplet: E0, 32 and 29. RGB value is (224,50,41). Sum of RGB (Red+Green+Blue) = 224+50+41=315 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.11% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 41 (16.41% from 255 or 13.02% from 315); Max value from RGB is 224 - color contains mainly: red. Hex color #E03229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03229 is #1FCDD6. Grayscale: #656565. Windows color (decimal): -2084311 or 2700000. OLE color: 2700000.
HSL color Cylindrical-coordinate representation of color #E03229: hue angle of 2.95º 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 #E03229 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 50 | 41 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.12 |
| HSL | 2.95º | 0.75% | 0.52% | - |
| HSV(B) | 2.95º | 0.82% | 0.88% | - |
| XYZ | 32.28 | 18.29 | 3.93 | - |
| YUV | 101 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 50 | 41 | 0 | 0.78 | 0.82 | 0.12 | 2.95 | 0.75 | 0.52 |
| Hex | E0 | 32 | 29 | 0 | 4E | 52 | C | 3 | 4B | 34 |
| Octal | 340 | 62 | 51 | 0 | 116 | 122 | 14 | 3 | 113 | 64 |
| Binary | 11100000 | 110010 | 101001 | 0 | 1001110 | 1010010 | 1100 | 11 | 1001011 | 110100 |
Color Harmonies of #E03229
Complementary color
Monochromatic Colors of #E03229
Black with #E03229
Text Example
Text Example
White with #E03229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03229; }
p { color: rgb(224,50,41); }
H1.HeaderClassName
{
color: #E03229;
}
.AnyTagClassName
{
color: #E03229;
}
</style>
background-color css
<style>
a { background-color: #E03229; }
a { background-color: rgb(224,50,41); }
div.DivClassName
{
background-color: #E03229;
}
.BgClassName
{
background-color: #E03229;
}
</style>
border-color css
<style>
span { border-color: #E03229; }
span { border-color: rgb(224,50,41); }
td.TdClassName
{
border-color: #E03229;
}
.TagClassName
{
border-color: #E03229;
}
</style>