Shades of Cinnabar #E03C2F
Tints of Cinnabar #E03C2F
RGB
CMYK
RGB Variations
Color information
#E03C2F (or 0xE03C2F) is known color: Cinnabar. HEX triplet: E0, 3C and 2F. RGB value is (224,60,47). Sum of RGB (Red+Green+Blue) = 224+60+47=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E03C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03C2F is #1FC3D0. Grayscale: #6B6B6B. Windows color (decimal): -2081745 or 3095776. OLE color: 3095776.
HSL color Cylindrical-coordinate representation of color #E03C2F: hue angle of 4.41º 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 #E03C2F is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 47 | - |
| CMYK | 0 | 0.73 | 0.79 | 0.12 |
| HSL | 4.41º | 0.74% | 0.53% | - |
| HSV(B) | 4.41º | 0.79% | 0.88% | - |
| XYZ | 32.87 | 19.28 | 4.68 | - |
| YUV | 107.55 | 93.83 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 47 | 0 | 0.73 | 0.79 | 0.12 | 4.41 | 0.74 | 0.53 |
| Hex | E0 | 3C | 2F | 0 | 49 | 4F | C | 4 | 4A | 35 |
| Octal | 340 | 74 | 57 | 0 | 111 | 117 | 14 | 4 | 112 | 65 |
| Binary | 11100000 | 111100 | 101111 | 0 | 1001001 | 1001111 | 1100 | 100 | 1001010 | 110101 |
Color Harmonies of #E03C2F
Complementary color
Monochromatic Colors of #E03C2F
Black with #E03C2F
Text Example
Text Example
White with #E03C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03C2F; }
p { color: rgb(224,60,47); }
H1.HeaderClassName
{
color: #E03C2F;
}
.AnyTagClassName
{
color: #E03C2F;
}
</style>
background-color css
<style>
a { background-color: #E03C2F; }
a { background-color: rgb(224,60,47); }
div.DivClassName
{
background-color: #E03C2F;
}
.BgClassName
{
background-color: #E03C2F;
}
</style>
border-color css
<style>
span { border-color: #E03C2F; }
span { border-color: rgb(224,60,47); }
td.TdClassName
{
border-color: #E03C2F;
}
.TagClassName
{
border-color: #E03C2F;
}
</style>