Shades of Cinnabar #E14239
Tints of Cinnabar #E14239
RGB
CMYK
RGB Variations
Color information
#E14239 (or 0xE14239) is known color: Cinnabar. HEX triplet: E1, 42 and 39. RGB value is (225,66,57). Sum of RGB (Red+Green+Blue) = 225+66+57=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 57 (22.66% from 255 or 16.38% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E14239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E14239 is #1EBDC6. Grayscale: #707070. Windows color (decimal): -2014663 or 3752673. OLE color: 3752673.
HSL color Cylindrical-coordinate representation of color #E14239: hue angle of 3.21º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E14239 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 57 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.12 |
| HSL | 3.21º | 0.74% | 0.55% | - |
| HSV(B) | 3.21º | 0.75% | 0.88% | - |
| XYZ | 33.74 | 20.2 | 5.99 | - |
| YUV | 112.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 57 | 0 | 0.71 | 0.75 | 0.12 | 3.21 | 0.74 | 0.55 |
| Hex | E1 | 42 | 39 | 0 | 47 | 4B | C | 3 | 4A | 37 |
| Octal | 341 | 102 | 71 | 0 | 107 | 113 | 14 | 3 | 112 | 67 |
| Binary | 11100001 | 1000010 | 111001 | 0 | 1000111 | 1001011 | 1100 | 11 | 1001010 | 110111 |
Color Harmonies of #E14239
Complementary color
Monochromatic Colors of #E14239
Black with #E14239
Text Example
Text Example
White with #E14239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14239; }
p { color: rgb(225,66,57); }
H1.HeaderClassName
{
color: #E14239;
}
.AnyTagClassName
{
color: #E14239;
}
</style>
background-color css
<style>
a { background-color: #E14239; }
a { background-color: rgb(225,66,57); }
div.DivClassName
{
background-color: #E14239;
}
.BgClassName
{
background-color: #E14239;
}
</style>
border-color css
<style>
span { border-color: #E14239; }
span { border-color: rgb(225,66,57); }
td.TdClassName
{
border-color: #E14239;
}
.TagClassName
{
border-color: #E14239;
}
</style>