Shades of Cinnabar #E03F22
Tints of Cinnabar #E03F22
RGB
CMYK
RGB Variations
Color information
#E03F22 (or 0xE03F22) is known color: Cinnabar. HEX triplet: E0, 3F and 22. RGB value is (224,63,34). Sum of RGB (Red+Green+Blue) = 224+63+34=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 34 (13.67% from 255 or 10.59% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03F22 is #1FC0DD. Grayscale: #6C6C6C. Windows color (decimal): -2080990 or 2244576. OLE color: 2244576.
HSL color Cylindrical-coordinate representation of color #E03F22: hue angle of 9.16º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E03F22 is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 63 | 34 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.12 |
| HSL | 9.16º | 0.75% | 0.51% | - |
| HSV(B) | 9.16º | 0.85% | 0.88% | - |
| XYZ | 32.81 | 19.52 | 3.55 | - |
| YUV | 107.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 63 | 34 | 0 | 0.72 | 0.85 | 0.12 | 9.16 | 0.75 | 0.51 |
| Hex | E0 | 3F | 22 | 0 | 48 | 55 | C | 9 | 4B | 33 |
| Octal | 340 | 77 | 42 | 0 | 110 | 125 | 14 | 11 | 113 | 63 |
| Binary | 11100000 | 111111 | 100010 | 0 | 1001000 | 1010101 | 1100 | 1001 | 1001011 | 110011 |
Color Harmonies of #E03F22
Complementary color
Monochromatic Colors of #E03F22
Black with #E03F22
Text Example
Text Example
White with #E03F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03F22; }
p { color: rgb(224,63,34); }
H1.HeaderClassName
{
color: #E03F22;
}
.AnyTagClassName
{
color: #E03F22;
}
</style>
background-color css
<style>
a { background-color: #E03F22; }
a { background-color: rgb(224,63,34); }
div.DivClassName
{
background-color: #E03F22;
}
.BgClassName
{
background-color: #E03F22;
}
</style>
border-color css
<style>
span { border-color: #E03F22; }
span { border-color: rgb(224,63,34); }
td.TdClassName
{
border-color: #E03F22;
}
.TagClassName
{
border-color: #E03F22;
}
</style>