Shades of Cinnabar #E14F37
Tints of Cinnabar #E14F37
RGB
CMYK
RGB Variations
Color information
#E14F37 (or 0xE14F37) is known color: Cinnabar. HEX triplet: E1, 4F and 37. RGB value is (225,79,55). Sum of RGB (Red+Green+Blue) = 225+79+55=359 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.67% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14F37 is #1EB0C8. Grayscale: #787878. Windows color (decimal): -2011337 or 3624929. OLE color: 3624929.
HSL color Cylindrical-coordinate representation of color #E14F37: hue angle of 8.47º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E14F37 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 55 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.12 |
| HSL | 8.47º | 0.74% | 0.55% | - |
| HSV(B) | 8.47º | 0.76% | 0.88% | - |
| XYZ | 34.54 | 21.88 | 6.02 | - |
| YUV | 119.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 55 | 0 | 0.65 | 0.76 | 0.12 | 8.47 | 0.74 | 0.55 |
| Hex | E1 | 4F | 37 | 0 | 41 | 4C | C | 8 | 4A | 37 |
| Octal | 341 | 117 | 67 | 0 | 101 | 114 | 14 | 10 | 112 | 67 |
| Binary | 11100001 | 1001111 | 110111 | 0 | 1000001 | 1001100 | 1100 | 1000 | 1001010 | 110111 |
Color Harmonies of #E14F37
Complementary color
Monochromatic Colors of #E14F37
Black with #E14F37
Text Example
Text Example
White with #E14F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F37; }
p { color: rgb(225,79,55); }
H1.HeaderClassName
{
color: #E14F37;
}
.AnyTagClassName
{
color: #E14F37;
}
</style>
background-color css
<style>
a { background-color: #E14F37; }
a { background-color: rgb(225,79,55); }
div.DivClassName
{
background-color: #E14F37;
}
.BgClassName
{
background-color: #E14F37;
}
</style>
border-color css
<style>
span { border-color: #E14F37; }
span { border-color: rgb(225,79,55); }
td.TdClassName
{
border-color: #E14F37;
}
.TagClassName
{
border-color: #E14F37;
}
</style>