Shades of Cinnabar #E03C2E
Tints of Cinnabar #E03C2E
RGB
CMYK
RGB Variations
Color information
#E03C2E (or 0xE03C2E) is known color: Cinnabar. HEX triplet: E0, 3C and 2E. RGB value is (224,60,46). Sum of RGB (Red+Green+Blue) = 224+60+46=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C2E is #1FC3D1. Grayscale: #6B6B6B. Windows color (decimal): -2081746 or 3030240. OLE color: 3030240.
HSL color Cylindrical-coordinate representation of color #E03C2E: hue angle of 4.72º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03C2E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 46 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.12 |
| HSL | 4.72º | 0.74% | 0.53% | - |
| HSV(B) | 4.72º | 0.79% | 0.88% | - |
| XYZ | 32.85 | 19.28 | 4.57 | - |
| YUV | 107.44 | 93.33 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 46 | 0 | 0.73 | 0.79 | 0.12 | 4.72 | 0.74 | 0.53 |
| Hex | E0 | 3C | 2E | 0 | 49 | 4F | C | 5 | 4A | 35 |
| Octal | 340 | 74 | 56 | 0 | 111 | 117 | 14 | 5 | 112 | 65 |
| Binary | 11100000 | 111100 | 101110 | 0 | 1001001 | 1001111 | 1100 | 101 | 1001010 | 110101 |
Color Harmonies of #E03C2E
Complementary color
Monochromatic Colors of #E03C2E
Black with #E03C2E
Text Example
Text Example
White with #E03C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C2E; }
p { color: rgb(224,60,46); }
H1.HeaderClassName
{
color: #E03C2E;
}
.AnyTagClassName
{
color: #E03C2E;
}
</style>
background-color css
<style>
a { background-color: #E03C2E; }
a { background-color: rgb(224,60,46); }
div.DivClassName
{
background-color: #E03C2E;
}
.BgClassName
{
background-color: #E03C2E;
}
</style>
border-color css
<style>
span { border-color: #E03C2E; }
span { border-color: rgb(224,60,46); }
td.TdClassName
{
border-color: #E03C2E;
}
.TagClassName
{
border-color: #E03C2E;
}
</style>