Shades of Cinnabar #E34E42
Tints of Cinnabar #E34E42
RGB
CMYK
RGB Variations
Color information
#E34E42 (or 0xE34E42) is known color: Cinnabar. HEX triplet: E3, 4E and 42. RGB value is (227,78,66). Sum of RGB (Red+Green+Blue) = 227+78+66=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E34E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34E42 is #1CB1BD. Grayscale: #797979. Windows color (decimal): -1880510 or 4345571. OLE color: 4345571.
HSL color Cylindrical-coordinate representation of color #E34E42: hue angle of 4.47º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E34E42 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 78 | 66 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.11 |
| HSL | 4.47º | 0.74% | 0.57% | - |
| HSV(B) | 4.47º | 0.71% | 0.89% | - |
| XYZ | 35.39 | 22.17 | 7.57 | - |
| YUV | 121.18 | 96.86 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 78 | 66 | 0 | 0.66 | 0.71 | 0.11 | 4.47 | 0.74 | 0.57 |
| Hex | E3 | 4E | 42 | 0 | 42 | 47 | B | 4 | 4A | 39 |
| Octal | 343 | 116 | 102 | 0 | 102 | 107 | 13 | 4 | 112 | 71 |
| Binary | 11100011 | 1001110 | 1000010 | 0 | 1000010 | 1000111 | 1011 | 100 | 1001010 | 111001 |
Color Harmonies of #E34E42
Complementary color
Monochromatic Colors of #E34E42
Black with #E34E42
Text Example
Text Example
White with #E34E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34E42; }
p { color: rgb(227,78,66); }
H1.HeaderClassName
{
color: #E34E42;
}
.AnyTagClassName
{
color: #E34E42;
}
</style>
background-color css
<style>
a { background-color: #E34E42; }
a { background-color: rgb(227,78,66); }
div.DivClassName
{
background-color: #E34E42;
}
.BgClassName
{
background-color: #E34E42;
}
</style>
border-color css
<style>
span { border-color: #E34E42; }
span { border-color: rgb(227,78,66); }
td.TdClassName
{
border-color: #E34E42;
}
.TagClassName
{
border-color: #E34E42;
}
</style>