Shades of Cinnabar #E14324
Tints of Cinnabar #E14324
RGB
CMYK
RGB Variations
Color information
#E14324 (or 0xE14324) is known color: Cinnabar. HEX triplet: E1, 43 and 24. RGB value is (225,67,36). Sum of RGB (Red+Green+Blue) = 225+67+36=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14324 is #1EBCDB. Grayscale: #6E6E6E. Windows color (decimal): -2014428 or 2376673. OLE color: 2376673.
HSL color Cylindrical-coordinate representation of color #E14324: hue angle of 9.84º 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 #E14324 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 36 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.12 |
| HSL | 9.84º | 0.76% | 0.51% | - |
| HSV(B) | 9.84º | 0.84% | 0.88% | - |
| XYZ | 33.38 | 20.15 | 3.8 | - |
| YUV | 110.71 | 85.85 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 36 | 0 | 0.70 | 0.84 | 0.12 | 9.84 | 0.76 | 0.51 |
| Hex | E1 | 43 | 24 | 0 | 46 | 54 | C | A | 4C | 33 |
| Octal | 341 | 103 | 44 | 0 | 106 | 124 | 14 | 12 | 114 | 63 |
| Binary | 11100001 | 1000011 | 100100 | 0 | 1000110 | 1010100 | 1100 | 1010 | 1001100 | 110011 |
Color Harmonies of #E14324
Complementary color
Monochromatic Colors of #E14324
Black with #E14324
Text Example
Text Example
White with #E14324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14324; }
p { color: rgb(225,67,36); }
H1.HeaderClassName
{
color: #E14324;
}
.AnyTagClassName
{
color: #E14324;
}
</style>
background-color css
<style>
a { background-color: #E14324; }
a { background-color: rgb(225,67,36); }
div.DivClassName
{
background-color: #E14324;
}
.BgClassName
{
background-color: #E14324;
}
</style>
border-color css
<style>
span { border-color: #E14324; }
span { border-color: rgb(225,67,36); }
td.TdClassName
{
border-color: #E14324;
}
.TagClassName
{
border-color: #E14324;
}
</style>