Shades of Cinnabar #E03C29
Tints of Cinnabar #E03C29
RGB
CMYK
RGB Variations
Color information
#E03C29 (or 0xE03C29) is known color: Cinnabar. HEX triplet: E0, 3C and 29. RGB value is (224,60,41). Sum of RGB (Red+Green+Blue) = 224+60+41=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C29 is #1FC3D6. Grayscale: #6B6B6B. Windows color (decimal): -2081751 or 2702560. OLE color: 2702560.
HSL color Cylindrical-coordinate representation of color #E03C29: hue angle of 6.23º 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 #E03C29 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 41 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.12 |
| HSL | 6.23º | 0.75% | 0.52% | - |
| HSV(B) | 6.23º | 0.82% | 0.88% | - |
| XYZ | 32.76 | 19.24 | 4.08 | - |
| YUV | 106.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 41 | 0 | 0.73 | 0.82 | 0.12 | 6.23 | 0.75 | 0.52 |
| Hex | E0 | 3C | 29 | 0 | 49 | 52 | C | 6 | 4B | 34 |
| Octal | 340 | 74 | 51 | 0 | 111 | 122 | 14 | 6 | 113 | 64 |
| Binary | 11100000 | 111100 | 101001 | 0 | 1001001 | 1010010 | 1100 | 110 | 1001011 | 110100 |
Color Harmonies of #E03C29
Complementary color
Monochromatic Colors of #E03C29
Black with #E03C29
Text Example
Text Example
White with #E03C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C29; }
p { color: rgb(224,60,41); }
H1.HeaderClassName
{
color: #E03C29;
}
.AnyTagClassName
{
color: #E03C29;
}
</style>
background-color css
<style>
a { background-color: #E03C29; }
a { background-color: rgb(224,60,41); }
div.DivClassName
{
background-color: #E03C29;
}
.BgClassName
{
background-color: #E03C29;
}
</style>
border-color css
<style>
span { border-color: #E03C29; }
span { border-color: rgb(224,60,41); }
td.TdClassName
{
border-color: #E03C29;
}
.TagClassName
{
border-color: #E03C29;
}
</style>