Shades of Cinnabar #E04C1E
Tints of Cinnabar #E04C1E
RGB
CMYK
RGB Variations
Color information
#E04C1E (or 0xE04C1E) is known color: Cinnabar. HEX triplet: E0, 4C and 1E. RGB value is (224,76,30). Sum of RGB (Red+Green+Blue) = 224+76+30=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C1E is #1FB3E1. Grayscale: #737373. Windows color (decimal): -2077666 or 1985760. OLE color: 1985760.
HSL color Cylindrical-coordinate representation of color #E04C1E: hue angle of 14.23º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E04C1E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.12 |
| HSL | 14.23º | 0.76% | 0.5% | - |
| HSV(B) | 14.23º | 0.87% | 0.88% | - |
| XYZ | 33.56 | 21.11 | 3.53 | - |
| YUV | 115.01 | 80.03 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 30 | 0 | 0.66 | 0.87 | 0.12 | 14.23 | 0.76 | 0.5 |
| Hex | E0 | 4C | 1E | 0 | 42 | 57 | C | E | 4C | 32 |
| Octal | 340 | 114 | 36 | 0 | 102 | 127 | 14 | 16 | 114 | 62 |
| Binary | 11100000 | 1001100 | 11110 | 0 | 1000010 | 1010111 | 1100 | 1110 | 1001100 | 110010 |
Color Harmonies of #E04C1E
Complementary color
Monochromatic Colors of #E04C1E
Black with #E04C1E
Text Example
Text Example
White with #E04C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C1E; }
p { color: rgb(224,76,30); }
H1.HeaderClassName
{
color: #E04C1E;
}
.AnyTagClassName
{
color: #E04C1E;
}
</style>
background-color css
<style>
a { background-color: #E04C1E; }
a { background-color: rgb(224,76,30); }
div.DivClassName
{
background-color: #E04C1E;
}
.BgClassName
{
background-color: #E04C1E;
}
</style>
border-color css
<style>
span { border-color: #E04C1E; }
span { border-color: rgb(224,76,30); }
td.TdClassName
{
border-color: #E04C1E;
}
.TagClassName
{
border-color: #E04C1E;
}
</style>