Shades of Cinnabar #E14C32
Tints of Cinnabar #E14C32
RGB
CMYK
RGB Variations
Color information
#E14C32 (or 0xE14C32) is known color: Cinnabar. HEX triplet: E1, 4C and 32. RGB value is (225,76,50). Sum of RGB (Red+Green+Blue) = 225+76+50=351 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.10% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C32 is #1EB3CD. Grayscale: #757575. Windows color (decimal): -2012110 or 3296481. OLE color: 3296481.
HSL color Cylindrical-coordinate representation of color #E14C32: hue angle of 8.91º 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 #E14C32 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 50 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.12 |
| HSL | 8.91º | 0.74% | 0.54% | - |
| HSV(B) | 8.91º | 0.78% | 0.88% | - |
| XYZ | 34.21 | 21.41 | 5.35 | - |
| YUV | 117.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 50 | 0 | 0.66 | 0.78 | 0.12 | 8.91 | 0.74 | 0.54 |
| Hex | E1 | 4C | 32 | 0 | 42 | 4E | C | 9 | 4A | 36 |
| Octal | 341 | 114 | 62 | 0 | 102 | 116 | 14 | 11 | 112 | 66 |
| Binary | 11100001 | 1001100 | 110010 | 0 | 1000010 | 1001110 | 1100 | 1001 | 1001010 | 110110 |
Color Harmonies of #E14C32
Complementary color
Monochromatic Colors of #E14C32
Black with #E14C32
Text Example
Text Example
White with #E14C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C32; }
p { color: rgb(225,76,50); }
H1.HeaderClassName
{
color: #E14C32;
}
.AnyTagClassName
{
color: #E14C32;
}
</style>
background-color css
<style>
a { background-color: #E14C32; }
a { background-color: rgb(225,76,50); }
div.DivClassName
{
background-color: #E14C32;
}
.BgClassName
{
background-color: #E14C32;
}
</style>
border-color css
<style>
span { border-color: #E14C32; }
span { border-color: rgb(225,76,50); }
td.TdClassName
{
border-color: #E14C32;
}
.TagClassName
{
border-color: #E14C32;
}
</style>