Shades of Cinnabar #E14432
Tints of Cinnabar #E14432
RGB
CMYK
RGB Variations
Color information
#E14432 (or 0xE14432) is known color: Cinnabar. HEX triplet: E1, 44 and 32. RGB value is (225,68,50). Sum of RGB (Red+Green+Blue) = 225+68+50=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E14432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14432 is #1EBBCD. Grayscale: #717171. Windows color (decimal): -2014158 or 3294433. OLE color: 3294433.
HSL color Cylindrical-coordinate representation of color #E14432: hue angle of 6.17º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E14432 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 50 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.12 |
| HSL | 6.17º | 0.74% | 0.54% | - |
| HSV(B) | 6.17º | 0.78% | 0.88% | - |
| XYZ | 33.69 | 20.37 | 5.17 | - |
| YUV | 112.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 50 | 0 | 0.70 | 0.78 | 0.12 | 6.17 | 0.74 | 0.54 |
| Hex | E1 | 44 | 32 | 0 | 46 | 4E | C | 6 | 4A | 36 |
| Octal | 341 | 104 | 62 | 0 | 106 | 116 | 14 | 6 | 112 | 66 |
| Binary | 11100001 | 1000100 | 110010 | 0 | 1000110 | 1001110 | 1100 | 110 | 1001010 | 110110 |
Color Harmonies of #E14432
Complementary color
Monochromatic Colors of #E14432
Black with #E14432
Text Example
Text Example
White with #E14432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14432; }
p { color: rgb(225,68,50); }
H1.HeaderClassName
{
color: #E14432;
}
.AnyTagClassName
{
color: #E14432;
}
</style>
background-color css
<style>
a { background-color: #E14432; }
a { background-color: rgb(225,68,50); }
div.DivClassName
{
background-color: #E14432;
}
.BgClassName
{
background-color: #E14432;
}
</style>
border-color css
<style>
span { border-color: #E14432; }
span { border-color: rgb(225,68,50); }
td.TdClassName
{
border-color: #E14432;
}
.TagClassName
{
border-color: #E14432;
}
</style>