Shades of Cinnabar #E04E2F
Tints of Cinnabar #E04E2F
RGB
CMYK
RGB Variations
Color information
#E04E2F (or 0xE04E2F) is known color: Cinnabar. HEX triplet: E0, 4E and 2F. RGB value is (224,78,47). Sum of RGB (Red+Green+Blue) = 224+78+47=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E2F is #1FB1D0. Grayscale: #767676. Windows color (decimal): -2077137 or 3100384. OLE color: 3100384.
HSL color Cylindrical-coordinate representation of color #E04E2F: hue angle of 10.51º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E04E2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.12 |
| HSL | 10.51º | 0.74% | 0.53% | - |
| HSV(B) | 10.51º | 0.79% | 0.88% | - |
| XYZ | 33.98 | 21.5 | 5.05 | - |
| YUV | 118.12 | 87.87 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 47 | 0 | 0.65 | 0.79 | 0.12 | 10.51 | 0.74 | 0.53 |
| Hex | E0 | 4E | 2F | 0 | 41 | 4F | C | B | 4A | 35 |
| Octal | 340 | 116 | 57 | 0 | 101 | 117 | 14 | 13 | 112 | 65 |
| Binary | 11100000 | 1001110 | 101111 | 0 | 1000001 | 1001111 | 1100 | 1011 | 1001010 | 110101 |
Color Harmonies of #E04E2F
Complementary color
Monochromatic Colors of #E04E2F
Black with #E04E2F
Text Example
Text Example
White with #E04E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E2F; }
p { color: rgb(224,78,47); }
H1.HeaderClassName
{
color: #E04E2F;
}
.AnyTagClassName
{
color: #E04E2F;
}
</style>
background-color css
<style>
a { background-color: #E04E2F; }
a { background-color: rgb(224,78,47); }
div.DivClassName
{
background-color: #E04E2F;
}
.BgClassName
{
background-color: #E04E2F;
}
</style>
border-color css
<style>
span { border-color: #E04E2F; }
span { border-color: rgb(224,78,47); }
td.TdClassName
{
border-color: #E04E2F;
}
.TagClassName
{
border-color: #E04E2F;
}
</style>