Shades of Cinnabar #E14E34
Tints of Cinnabar #E14E34
RGB
CMYK
RGB Variations
Color information
#E14E34 (or 0xE14E34) is known color: Cinnabar. HEX triplet: E1, 4E and 34. RGB value is (225,78,52). Sum of RGB (Red+Green+Blue) = 225+78+52=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E34 is #1EB1CB. Grayscale: #777777. Windows color (decimal): -2011596 or 3428065. OLE color: 3428065.
HSL color Cylindrical-coordinate representation of color #E14E34: hue angle of 9.02º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E14E34 is Cyan = 0, Magento = 0.65, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 52 | - |
| CMYK | 0 | 0.65 | 0.77 | 0.12 |
| HSL | 9.02º | 0.74% | 0.54% | - |
| HSV(B) | 9.02º | 0.77% | 0.88% | - |
| XYZ | 34.4 | 21.7 | 5.63 | - |
| YUV | 118.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 52 | 0 | 0.65 | 0.77 | 0.12 | 9.02 | 0.74 | 0.54 |
| Hex | E1 | 4E | 34 | 0 | 41 | 4D | C | 9 | 4A | 36 |
| Octal | 341 | 116 | 64 | 0 | 101 | 115 | 14 | 11 | 112 | 66 |
| Binary | 11100001 | 1001110 | 110100 | 0 | 1000001 | 1001101 | 1100 | 1001 | 1001010 | 110110 |
Color Harmonies of #E14E34
Complementary color
Monochromatic Colors of #E14E34
Black with #E14E34
Text Example
Text Example
White with #E14E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E34; }
p { color: rgb(225,78,52); }
H1.HeaderClassName
{
color: #E14E34;
}
.AnyTagClassName
{
color: #E14E34;
}
</style>
background-color css
<style>
a { background-color: #E14E34; }
a { background-color: rgb(225,78,52); }
div.DivClassName
{
background-color: #E14E34;
}
.BgClassName
{
background-color: #E14E34;
}
</style>
border-color css
<style>
span { border-color: #E14E34; }
span { border-color: rgb(225,78,52); }
td.TdClassName
{
border-color: #E14E34;
}
.TagClassName
{
border-color: #E14E34;
}
</style>