Shades of Cinnabar #E14E2F
Tints of Cinnabar #E14E2F
RGB
CMYK
RGB Variations
Color information
#E14E2F (or 0xE14E2F) is known color: Cinnabar. HEX triplet: E1, 4E and 2F. RGB value is (225,78,47). Sum of RGB (Red+Green+Blue) = 225+78+47=350 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14E2F is #1EB1D0. Grayscale: #767676. Windows color (decimal): -2011601 or 3100385. OLE color: 3100385.
HSL color Cylindrical-coordinate representation of color #E14E2F: hue angle of 10.45º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E14E2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.12 |
| HSL | 10.45º | 0.75% | 0.53% | - |
| HSV(B) | 10.45º | 0.79% | 0.88% | - |
| XYZ | 34.29 | 21.66 | 5.06 | - |
| YUV | 118.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 47 | 0 | 0.65 | 0.79 | 0.12 | 10.45 | 0.75 | 0.53 |
| Hex | E1 | 4E | 2F | 0 | 41 | 4F | C | A | 4B | 35 |
| Octal | 341 | 116 | 57 | 0 | 101 | 117 | 14 | 12 | 113 | 65 |
| Binary | 11100001 | 1001110 | 101111 | 0 | 1000001 | 1001111 | 1100 | 1010 | 1001011 | 110101 |
Color Harmonies of #E14E2F
Complementary color
Monochromatic Colors of #E14E2F
Black with #E14E2F
Text Example
Text Example
White with #E14E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E2F; }
p { color: rgb(225,78,47); }
H1.HeaderClassName
{
color: #E14E2F;
}
.AnyTagClassName
{
color: #E14E2F;
}
</style>
background-color css
<style>
a { background-color: #E14E2F; }
a { background-color: rgb(225,78,47); }
div.DivClassName
{
background-color: #E14E2F;
}
.BgClassName
{
background-color: #E14E2F;
}
</style>
border-color css
<style>
span { border-color: #E14E2F; }
span { border-color: rgb(225,78,47); }
td.TdClassName
{
border-color: #E14E2F;
}
.TagClassName
{
border-color: #E14E2F;
}
</style>