Shades of Cinnabar #E04F22
Tints of Cinnabar #E04F22
RGB
CMYK
RGB Variations
Color information
#E04F22 (or 0xE04F22) is known color: Cinnabar. HEX triplet: E0, 4F and 22. RGB value is (224,79,34). Sum of RGB (Red+Green+Blue) = 224+79+34=337 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.47% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F22 is #1FB0DD. Grayscale: #757575. Windows color (decimal): -2076894 or 2248672. OLE color: 2248672.
HSL color Cylindrical-coordinate representation of color #E04F22: hue angle of 14.21º 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 #E04F22 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 34 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.12 |
| HSL | 14.21º | 0.75% | 0.51% | - |
| HSV(B) | 14.21º | 0.85% | 0.88% | - |
| XYZ | 33.83 | 21.55 | 3.89 | - |
| YUV | 117.23 | 81.04 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 34 | 0 | 0.65 | 0.85 | 0.12 | 14.21 | 0.75 | 0.51 |
| Hex | E0 | 4F | 22 | 0 | 41 | 55 | C | E | 4B | 33 |
| Octal | 340 | 117 | 42 | 0 | 101 | 125 | 14 | 16 | 113 | 63 |
| Binary | 11100000 | 1001111 | 100010 | 0 | 1000001 | 1010101 | 1100 | 1110 | 1001011 | 110011 |
Color Harmonies of #E04F22
Complementary color
Monochromatic Colors of #E04F22
Black with #E04F22
Text Example
Text Example
White with #E04F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F22; }
p { color: rgb(224,79,34); }
H1.HeaderClassName
{
color: #E04F22;
}
.AnyTagClassName
{
color: #E04F22;
}
</style>
background-color css
<style>
a { background-color: #E04F22; }
a { background-color: rgb(224,79,34); }
div.DivClassName
{
background-color: #E04F22;
}
.BgClassName
{
background-color: #E04F22;
}
</style>
border-color css
<style>
span { border-color: #E04F22; }
span { border-color: rgb(224,79,34); }
td.TdClassName
{
border-color: #E04F22;
}
.TagClassName
{
border-color: #E04F22;
}
</style>