Shades of Cinnabar #E34F39
Tints of Cinnabar #E34F39
RGB
CMYK
RGB Variations
Color information
#E34F39 (or 0xE34F39) is known color: Cinnabar. HEX triplet: E3, 4F and 39. RGB value is (227,79,57). Sum of RGB (Red+Green+Blue) = 227+79+57=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 79 (31.25% from 255 or 21.76% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E34F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34F39 is #1CB0C6. Grayscale: #787878. Windows color (decimal): -1880263 or 3756003. OLE color: 3756003.
HSL color Cylindrical-coordinate representation of color #E34F39: hue angle of 7.76º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E34F39 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 79 | 57 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.11 |
| HSL | 7.76º | 0.75% | 0.56% | - |
| HSV(B) | 7.76º | 0.75% | 0.89% | - |
| XYZ | 35.21 | 22.22 | 6.3 | - |
| YUV | 120.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 79 | 57 | 0 | 0.65 | 0.75 | 0.11 | 7.76 | 0.75 | 0.56 |
| Hex | E3 | 4F | 39 | 0 | 41 | 4B | B | 8 | 4B | 38 |
| Octal | 343 | 117 | 71 | 0 | 101 | 113 | 13 | 10 | 113 | 70 |
| Binary | 11100011 | 1001111 | 111001 | 0 | 1000001 | 1001011 | 1011 | 1000 | 1001011 | 111000 |
Color Harmonies of #E34F39
Complementary color
Monochromatic Colors of #E34F39
Black with #E34F39
Text Example
Text Example
White with #E34F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34F39; }
p { color: rgb(227,79,57); }
H1.HeaderClassName
{
color: #E34F39;
}
.AnyTagClassName
{
color: #E34F39;
}
</style>
background-color css
<style>
a { background-color: #E34F39; }
a { background-color: rgb(227,79,57); }
div.DivClassName
{
background-color: #E34F39;
}
.BgClassName
{
background-color: #E34F39;
}
</style>
border-color css
<style>
span { border-color: #E34F39; }
span { border-color: rgb(227,79,57); }
td.TdClassName
{
border-color: #E34F39;
}
.TagClassName
{
border-color: #E34F39;
}
</style>