Shades of Cinnabar #E14D42
Tints of Cinnabar #E14D42
RGB
CMYK
RGB Variations
Color information
#E14D42 (or 0xE14D42) is known color: Cinnabar. HEX triplet: E1, 4D and 42. RGB value is (225,77,66). Sum of RGB (Red+Green+Blue) = 225+77+66=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 66 (26.17% from 255 or 17.93% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D42 is #1EB2BD. Grayscale: #787878. Windows color (decimal): -2011838 or 4345313. OLE color: 4345313.
HSL color Cylindrical-coordinate representation of color #E14D42: hue angle of 4.15º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14D42 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 66 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.12 |
| HSL | 4.15º | 0.73% | 0.57% | - |
| HSV(B) | 4.15º | 0.71% | 0.88% | - |
| XYZ | 34.69 | 21.71 | 7.52 | - |
| YUV | 120 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 66 | 0 | 0.66 | 0.71 | 0.12 | 4.15 | 0.73 | 0.57 |
| Hex | E1 | 4D | 42 | 0 | 42 | 47 | C | 4 | 49 | 39 |
| Octal | 341 | 115 | 102 | 0 | 102 | 107 | 14 | 4 | 111 | 71 |
| Binary | 11100001 | 1001101 | 1000010 | 0 | 1000010 | 1000111 | 1100 | 100 | 1001001 | 111001 |
Color Harmonies of #E14D42
Complementary color
Monochromatic Colors of #E14D42
Black with #E14D42
Text Example
Text Example
White with #E14D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D42; }
p { color: rgb(225,77,66); }
H1.HeaderClassName
{
color: #E14D42;
}
.AnyTagClassName
{
color: #E14D42;
}
</style>
background-color css
<style>
a { background-color: #E14D42; }
a { background-color: rgb(225,77,66); }
div.DivClassName
{
background-color: #E14D42;
}
.BgClassName
{
background-color: #E14D42;
}
</style>
border-color css
<style>
span { border-color: #E14D42; }
span { border-color: rgb(225,77,66); }
td.TdClassName
{
border-color: #E14D42;
}
.TagClassName
{
border-color: #E14D42;
}
</style>