Shades of Cinnabar #E14C2A
Tints of Cinnabar #E14C2A
RGB
CMYK
RGB Variations
Color information
#E14C2A (or 0xE14C2A) is known color: Cinnabar. HEX triplet: E1, 4C and 2A. RGB value is (225,76,42). Sum of RGB (Red+Green+Blue) = 225+76+42=343 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.60% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14C2A is #1EB3D5. Grayscale: #747474. Windows color (decimal): -2012118 or 2772193. OLE color: 2772193.
HSL color Cylindrical-coordinate representation of color #E14C2A: hue angle of 11.15º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E14C2A is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 42 | - |
| CMYK | 0 | 0.66 | 0.81 | 0.12 |
| HSL | 11.15º | 0.75% | 0.52% | - |
| HSV(B) | 11.15º | 0.81% | 0.88% | - |
| XYZ | 34.05 | 21.34 | 4.52 | - |
| YUV | 116.68 | 85.86 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 42 | 0 | 0.66 | 0.81 | 0.12 | 11.15 | 0.75 | 0.52 |
| Hex | E1 | 4C | 2A | 0 | 42 | 51 | C | B | 4B | 34 |
| Octal | 341 | 114 | 52 | 0 | 102 | 121 | 14 | 13 | 113 | 64 |
| Binary | 11100001 | 1001100 | 101010 | 0 | 1000010 | 1010001 | 1100 | 1011 | 1001011 | 110100 |
Color Harmonies of #E14C2A
Complementary color
Monochromatic Colors of #E14C2A
Black with #E14C2A
Text Example
Text Example
White with #E14C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C2A; }
p { color: rgb(225,76,42); }
H1.HeaderClassName
{
color: #E14C2A;
}
.AnyTagClassName
{
color: #E14C2A;
}
</style>
background-color css
<style>
a { background-color: #E14C2A; }
a { background-color: rgb(225,76,42); }
div.DivClassName
{
background-color: #E14C2A;
}
.BgClassName
{
background-color: #E14C2A;
}
</style>
border-color css
<style>
span { border-color: #E14C2A; }
span { border-color: rgb(225,76,42); }
td.TdClassName
{
border-color: #E14C2A;
}
.TagClassName
{
border-color: #E14C2A;
}
</style>