Shades of Cinnabar #E14A37
Tints of Cinnabar #E14A37
RGB
CMYK
RGB Variations
Color information
#E14A37 (or 0xE14A37) is known color: Cinnabar. HEX triplet: E1, 4A and 37. RGB value is (225,74,55). Sum of RGB (Red+Green+Blue) = 225+74+55=354 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.56% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 55 (21.88% from 255 or 15.54% from 354); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14A37 is #1EB5C8. Grayscale: #757575. Windows color (decimal): -2012617 or 3623649. OLE color: 3623649.
HSL color Cylindrical-coordinate representation of color #E14A37: hue angle of 6.71º 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 #E14A37 is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 55 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.12 |
| HSL | 6.71º | 0.74% | 0.55% | - |
| HSV(B) | 6.71º | 0.76% | 0.88% | - |
| XYZ | 34.19 | 21.18 | 5.9 | - |
| YUV | 116.98 | 93.03 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 55 | 0 | 0.67 | 0.76 | 0.12 | 6.71 | 0.74 | 0.55 |
| Hex | E1 | 4A | 37 | 0 | 43 | 4C | C | 7 | 4A | 37 |
| Octal | 341 | 112 | 67 | 0 | 103 | 114 | 14 | 7 | 112 | 67 |
| Binary | 11100001 | 1001010 | 110111 | 0 | 1000011 | 1001100 | 1100 | 111 | 1001010 | 110111 |
Color Harmonies of #E14A37
Complementary color
Monochromatic Colors of #E14A37
Black with #E14A37
Text Example
Text Example
White with #E14A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A37; }
p { color: rgb(225,74,55); }
H1.HeaderClassName
{
color: #E14A37;
}
.AnyTagClassName
{
color: #E14A37;
}
</style>
background-color css
<style>
a { background-color: #E14A37; }
a { background-color: rgb(225,74,55); }
div.DivClassName
{
background-color: #E14A37;
}
.BgClassName
{
background-color: #E14A37;
}
</style>
border-color css
<style>
span { border-color: #E14A37; }
span { border-color: rgb(225,74,55); }
td.TdClassName
{
border-color: #E14A37;
}
.TagClassName
{
border-color: #E14A37;
}
</style>