Shades of Cinnabar #E14732
Tints of Cinnabar #E14732
RGB
CMYK
RGB Variations
Color information
#E14732 (or 0xE14732) is known color: Cinnabar. HEX triplet: E1, 47 and 32. RGB value is (225,71,50). Sum of RGB (Red+Green+Blue) = 225+71+50=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E14732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14732 is #1EB8CD. Grayscale: #727272. Windows color (decimal): -2013390 or 3295201. OLE color: 3295201.
HSL color Cylindrical-coordinate representation of color #E14732: hue angle of 7.2º 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 #E14732 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 50 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.12 |
| HSL | 7.2º | 0.74% | 0.54% | - |
| HSV(B) | 7.2º | 0.78% | 0.88% | - |
| XYZ | 33.88 | 20.74 | 5.24 | - |
| YUV | 114.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 50 | 0 | 0.68 | 0.78 | 0.12 | 7.2 | 0.74 | 0.54 |
| Hex | E1 | 47 | 32 | 0 | 44 | 4E | C | 7 | 4A | 36 |
| Octal | 341 | 107 | 62 | 0 | 104 | 116 | 14 | 7 | 112 | 66 |
| Binary | 11100001 | 1000111 | 110010 | 0 | 1000100 | 1001110 | 1100 | 111 | 1001010 | 110110 |
Color Harmonies of #E14732
Complementary color
Monochromatic Colors of #E14732
Black with #E14732
Text Example
Text Example
White with #E14732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14732; }
p { color: rgb(225,71,50); }
H1.HeaderClassName
{
color: #E14732;
}
.AnyTagClassName
{
color: #E14732;
}
</style>
background-color css
<style>
a { background-color: #E14732; }
a { background-color: rgb(225,71,50); }
div.DivClassName
{
background-color: #E14732;
}
.BgClassName
{
background-color: #E14732;
}
</style>
border-color css
<style>
span { border-color: #E14732; }
span { border-color: rgb(225,71,50); }
td.TdClassName
{
border-color: #E14732;
}
.TagClassName
{
border-color: #E14732;
}
</style>