Shades of Cinnabar #E04F32
Tints of Cinnabar #E04F32
RGB
CMYK
RGB Variations
Color information
#E04F32 (or 0xE04F32) is known color: Cinnabar. HEX triplet: E0, 4F and 32. RGB value is (224,79,50). Sum of RGB (Red+Green+Blue) = 224+79+50=353 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.46% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04F32 is #1FB0CD. Grayscale: #777777. Windows color (decimal): -2076878 or 3297248. OLE color: 3297248.
HSL color Cylindrical-coordinate representation of color #E04F32: hue angle of 10º 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 #E04F32 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 79 | 50 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.12 |
| HSL | 10º | 0.74% | 0.54% | - |
| HSV(B) | 10º | 0.78% | 0.88% | - |
| XYZ | 34.11 | 21.67 | 5.4 | - |
| YUV | 119.05 | 89.04 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 79 | 50 | 0 | 0.65 | 0.78 | 0.12 | 10 | 0.74 | 0.54 |
| Hex | E0 | 4F | 32 | 0 | 41 | 4E | C | A | 4A | 36 |
| Octal | 340 | 117 | 62 | 0 | 101 | 116 | 14 | 12 | 112 | 66 |
| Binary | 11100000 | 1001111 | 110010 | 0 | 1000001 | 1001110 | 1100 | 1010 | 1001010 | 110110 |
Color Harmonies of #E04F32
Complementary color
Monochromatic Colors of #E04F32
Black with #E04F32
Text Example
Text Example
White with #E04F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04F32; }
p { color: rgb(224,79,50); }
H1.HeaderClassName
{
color: #E04F32;
}
.AnyTagClassName
{
color: #E04F32;
}
</style>
background-color css
<style>
a { background-color: #E04F32; }
a { background-color: rgb(224,79,50); }
div.DivClassName
{
background-color: #E04F32;
}
.BgClassName
{
background-color: #E04F32;
}
</style>
border-color css
<style>
span { border-color: #E04F32; }
span { border-color: rgb(224,79,50); }
td.TdClassName
{
border-color: #E04F32;
}
.TagClassName
{
border-color: #E04F32;
}
</style>