Shades of Cinnabar #E04720
Tints of Cinnabar #E04720
RGB
CMYK
RGB Variations
Color information
#E04720 (or 0xE04720) is known color: Cinnabar. HEX triplet: E0, 47 and 20. RGB value is (224,71,32). Sum of RGB (Red+Green+Blue) = 224+71+32=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E04720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04720 is #1FB8DF. Grayscale: #707070. Windows color (decimal): -2078944 or 2115552. OLE color: 2115552.
HSL color Cylindrical-coordinate representation of color #E04720: hue angle of 12.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E04720 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 71 | 32 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.12 |
| HSL | 12.19º | 0.76% | 0.5% | - |
| HSV(B) | 12.19º | 0.86% | 0.88% | - |
| XYZ | 33.25 | 20.46 | 3.56 | - |
| YUV | 112.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 71 | 32 | 0 | 0.68 | 0.86 | 0.12 | 12.19 | 0.76 | 0.5 |
| Hex | E0 | 47 | 20 | 0 | 44 | 56 | C | C | 4C | 32 |
| Octal | 340 | 107 | 40 | 0 | 104 | 126 | 14 | 14 | 114 | 62 |
| Binary | 11100000 | 1000111 | 100000 | 0 | 1000100 | 1010110 | 1100 | 1100 | 1001100 | 110010 |
Color Harmonies of #E04720
Complementary color
Monochromatic Colors of #E04720
Black with #E04720
Text Example
Text Example
White with #E04720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04720; }
p { color: rgb(224,71,32); }
H1.HeaderClassName
{
color: #E04720;
}
.AnyTagClassName
{
color: #E04720;
}
</style>
background-color css
<style>
a { background-color: #E04720; }
a { background-color: rgb(224,71,32); }
div.DivClassName
{
background-color: #E04720;
}
.BgClassName
{
background-color: #E04720;
}
</style>
border-color css
<style>
span { border-color: #E04720; }
span { border-color: rgb(224,71,32); }
td.TdClassName
{
border-color: #E04720;
}
.TagClassName
{
border-color: #E04720;
}
</style>