Shades of Cinnabar #E04C23
Tints of Cinnabar #E04C23
RGB
CMYK
RGB Variations
Color information
#E04C23 (or 0xE04C23) is known color: Cinnabar. HEX triplet: E0, 4C and 23. RGB value is (224,76,35). Sum of RGB (Red+Green+Blue) = 224+76+35=335 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.87% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E04C23 is #1FB3DC. Grayscale: #737373. Windows color (decimal): -2077661 or 2313440. OLE color: 2313440.
HSL color Cylindrical-coordinate representation of color #E04C23: hue angle of 13.02º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E04C23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 35 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.12 |
| HSL | 13.02º | 0.75% | 0.51% | - |
| HSV(B) | 13.02º | 0.84% | 0.88% | - |
| XYZ | 33.63 | 21.14 | 3.9 | - |
| YUV | 115.58 | 82.53 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 35 | 0 | 0.66 | 0.84 | 0.12 | 13.02 | 0.75 | 0.51 |
| Hex | E0 | 4C | 23 | 0 | 42 | 54 | C | D | 4B | 33 |
| Octal | 340 | 114 | 43 | 0 | 102 | 124 | 14 | 15 | 113 | 63 |
| Binary | 11100000 | 1001100 | 100011 | 0 | 1000010 | 1010100 | 1100 | 1101 | 1001011 | 110011 |
Color Harmonies of #E04C23
Complementary color
Monochromatic Colors of #E04C23
Black with #E04C23
Text Example
Text Example
White with #E04C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C23; }
p { color: rgb(224,76,35); }
H1.HeaderClassName
{
color: #E04C23;
}
.AnyTagClassName
{
color: #E04C23;
}
</style>
background-color css
<style>
a { background-color: #E04C23; }
a { background-color: rgb(224,76,35); }
div.DivClassName
{
background-color: #E04C23;
}
.BgClassName
{
background-color: #E04C23;
}
</style>
border-color css
<style>
span { border-color: #E04C23; }
span { border-color: rgb(224,76,35); }
td.TdClassName
{
border-color: #E04C23;
}
.TagClassName
{
border-color: #E04C23;
}
</style>