Shades of Cinnabar #E03F34
Tints of Cinnabar #E03F34
RGB
CMYK
RGB Variations
Color information
#E03F34 (or 0xE03F34) is known color: Cinnabar. HEX triplet: E0, 3F and 34. RGB value is (224,63,52). Sum of RGB (Red+Green+Blue) = 224+63+52=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F34 is #1FC0CB. Grayscale: #6E6E6E. Windows color (decimal): -2080972 or 3424224. OLE color: 3424224.
HSL color Cylindrical-coordinate representation of color #E03F34: hue angle of 3.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E03F34 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 52 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.12 |
| HSL | 3.84º | 0.74% | 0.54% | - |
| HSV(B) | 3.84º | 0.77% | 0.88% | - |
| XYZ | 33.14 | 19.65 | 5.3 | - |
| YUV | 109.89 | 95.34 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 52 | 0 | 0.72 | 0.77 | 0.12 | 3.84 | 0.74 | 0.54 |
| Hex | E0 | 3F | 34 | 0 | 48 | 4D | C | 4 | 4A | 36 |
| Octal | 340 | 77 | 64 | 0 | 110 | 115 | 14 | 4 | 112 | 66 |
| Binary | 11100000 | 111111 | 110100 | 0 | 1001000 | 1001101 | 1100 | 100 | 1001010 | 110110 |
Color Harmonies of #E03F34
Complementary color
Monochromatic Colors of #E03F34
Black with #E03F34
Text Example
Text Example
White with #E03F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F34; }
p { color: rgb(224,63,52); }
H1.HeaderClassName
{
color: #E03F34;
}
.AnyTagClassName
{
color: #E03F34;
}
</style>
background-color css
<style>
a { background-color: #E03F34; }
a { background-color: rgb(224,63,52); }
div.DivClassName
{
background-color: #E03F34;
}
.BgClassName
{
background-color: #E03F34;
}
</style>
border-color css
<style>
span { border-color: #E03F34; }
span { border-color: rgb(224,63,52); }
td.TdClassName
{
border-color: #E03F34;
}
.TagClassName
{
border-color: #E03F34;
}
</style>