Shades of Cinnabar #E14C23
Tints of Cinnabar #E14C23
RGB
CMYK
RGB Variations
Color information
#E14C23 (or 0xE14C23) is known color: Cinnabar. HEX triplet: E1, 4C and 23. RGB value is (225,76,35). Sum of RGB (Red+Green+Blue) = 225+76+35=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 35 (14.06% from 255 or 10.42% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C23 is #1EB3DC. Grayscale: #747474. Windows color (decimal): -2012125 or 2313441. OLE color: 2313441.
HSL color Cylindrical-coordinate representation of color #E14C23: hue angle of 12.95º degrees, saturation: 0.76, 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 #E14C23 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 35 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.12 |
| HSL | 12.95º | 0.76% | 0.51% | - |
| HSV(B) | 12.95º | 0.84% | 0.88% | - |
| XYZ | 33.94 | 21.3 | 3.91 | - |
| YUV | 115.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 35 | 0 | 0.66 | 0.84 | 0.12 | 12.95 | 0.76 | 0.51 |
| Hex | E1 | 4C | 23 | 0 | 42 | 54 | C | D | 4C | 33 |
| Octal | 341 | 114 | 43 | 0 | 102 | 124 | 14 | 15 | 114 | 63 |
| Binary | 11100001 | 1001100 | 100011 | 0 | 1000010 | 1010100 | 1100 | 1101 | 1001100 | 110011 |
Color Harmonies of #E14C23
Complementary color
Monochromatic Colors of #E14C23
Black with #E14C23
Text Example
Text Example
White with #E14C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C23; }
p { color: rgb(225,76,35); }
H1.HeaderClassName
{
color: #E14C23;
}
.AnyTagClassName
{
color: #E14C23;
}
</style>
background-color css
<style>
a { background-color: #E14C23; }
a { background-color: rgb(225,76,35); }
div.DivClassName
{
background-color: #E14C23;
}
.BgClassName
{
background-color: #E14C23;
}
</style>
border-color css
<style>
span { border-color: #E14C23; }
span { border-color: rgb(225,76,35); }
td.TdClassName
{
border-color: #E14C23;
}
.TagClassName
{
border-color: #E14C23;
}
</style>