Shades of Cinnabar #E03F32
Tints of Cinnabar #E03F32
RGB
CMYK
RGB Variations
Color information
#E03F32 (or 0xE03F32) is known color: Cinnabar. HEX triplet: E0, 3F and 32. RGB value is (224,63,50). Sum of RGB (Red+Green+Blue) = 224+63+50=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F32 is #1FC0CD. Grayscale: #6D6D6D. Windows color (decimal): -2080974 or 3293152. OLE color: 3293152.
HSL color Cylindrical-coordinate representation of color #E03F32: hue angle of 4.48º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E03F32 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 50 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.12 |
| HSL | 4.48º | 0.74% | 0.54% | - |
| HSV(B) | 4.48º | 0.78% | 0.88% | - |
| XYZ | 33.09 | 19.63 | 5.06 | - |
| YUV | 109.66 | 94.34 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 50 | 0 | 0.72 | 0.78 | 0.12 | 4.48 | 0.74 | 0.54 |
| Hex | E0 | 3F | 32 | 0 | 48 | 4E | C | 4 | 4A | 36 |
| Octal | 340 | 77 | 62 | 0 | 110 | 116 | 14 | 4 | 112 | 66 |
| Binary | 11100000 | 111111 | 110010 | 0 | 1001000 | 1001110 | 1100 | 100 | 1001010 | 110110 |
Color Harmonies of #E03F32
Complementary color
Monochromatic Colors of #E03F32
Black with #E03F32
Text Example
Text Example
White with #E03F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F32; }
p { color: rgb(224,63,50); }
H1.HeaderClassName
{
color: #E03F32;
}
.AnyTagClassName
{
color: #E03F32;
}
</style>
background-color css
<style>
a { background-color: #E03F32; }
a { background-color: rgb(224,63,50); }
div.DivClassName
{
background-color: #E03F32;
}
.BgClassName
{
background-color: #E03F32;
}
</style>
border-color css
<style>
span { border-color: #E03F32; }
span { border-color: rgb(224,63,50); }
td.TdClassName
{
border-color: #E03F32;
}
.TagClassName
{
border-color: #E03F32;
}
</style>