Shades of Cinnabar #E14023
Tints of Cinnabar #E14023
RGB
CMYK
RGB Variations
Color information
#E14023 (or 0xE14023) is known color: Cinnabar. HEX triplet: E1, 40 and 23. RGB value is (225,64,35). Sum of RGB (Red+Green+Blue) = 225+64+35=324 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.44% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 225 - color contains mainly: red. Hex color #E14023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14023 is #1EBFDC. Grayscale: #6D6D6D. Windows color (decimal): -2015197 or 2310369. OLE color: 2310369.
HSL color Cylindrical-coordinate representation of color #E14023: hue angle of 9.16º 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 #E14023 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 35 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.12 |
| HSL | 9.16º | 0.76% | 0.51% | - |
| HSV(B) | 9.16º | 0.84% | 0.88% | - |
| XYZ | 33.19 | 19.8 | 3.66 | - |
| YUV | 108.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 35 | 0 | 0.72 | 0.84 | 0.12 | 9.16 | 0.76 | 0.51 |
| Hex | E1 | 40 | 23 | 0 | 48 | 54 | C | 9 | 4C | 33 |
| Octal | 341 | 100 | 43 | 0 | 110 | 124 | 14 | 11 | 114 | 63 |
| Binary | 11100001 | 1000000 | 100011 | 0 | 1001000 | 1010100 | 1100 | 1001 | 1001100 | 110011 |
Color Harmonies of #E14023
Complementary color
Monochromatic Colors of #E14023
Black with #E14023
Text Example
Text Example
White with #E14023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14023; }
p { color: rgb(225,64,35); }
H1.HeaderClassName
{
color: #E14023;
}
.AnyTagClassName
{
color: #E14023;
}
</style>
background-color css
<style>
a { background-color: #E14023; }
a { background-color: rgb(225,64,35); }
div.DivClassName
{
background-color: #E14023;
}
.BgClassName
{
background-color: #E14023;
}
</style>
border-color css
<style>
span { border-color: #E14023; }
span { border-color: rgb(225,64,35); }
td.TdClassName
{
border-color: #E14023;
}
.TagClassName
{
border-color: #E14023;
}
</style>