Shades of Cinnabar #E14919
Tints of Cinnabar #E14919
RGB
CMYK
RGB Variations
Color information
#E14919 (or 0xE14919) is known color: Cinnabar. HEX triplet: E1, 49 and 19. RGB value is (225,73,25). Sum of RGB (Red+Green+Blue) = 225+73+25=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E14919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14919 is #1EB6E6. Grayscale: #717171. Windows color (decimal): -2012903 or 1657313. OLE color: 1657313.
HSL color Cylindrical-coordinate representation of color #E14919: hue angle of 14.4º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E14919 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.12 |
| HSL | 14.4º | 0.8% | 0.49% | - |
| HSV(B) | 14.4º | 0.89% | 0.88% | - |
| XYZ | 33.61 | 20.84 | 3.17 | - |
| YUV | 112.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 25 | 0 | 0.68 | 0.89 | 0.12 | 14.4 | 0.8 | 0.49 |
| Hex | E1 | 49 | 19 | 0 | 44 | 59 | C | E | 50 | 31 |
| Octal | 341 | 111 | 31 | 0 | 104 | 131 | 14 | 16 | 120 | 61 |
| Binary | 11100001 | 1001001 | 11001 | 0 | 1000100 | 1011001 | 1100 | 1110 | 1010000 | 110001 |
Color Harmonies of #E14919
Complementary color
Monochromatic Colors of #E14919
Black with #E14919
Text Example
Text Example
White with #E14919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14919; }
p { color: rgb(225,73,25); }
H1.HeaderClassName
{
color: #E14919;
}
.AnyTagClassName
{
color: #E14919;
}
</style>
background-color css
<style>
a { background-color: #E14919; }
a { background-color: rgb(225,73,25); }
div.DivClassName
{
background-color: #E14919;
}
.BgClassName
{
background-color: #E14919;
}
</style>
border-color css
<style>
span { border-color: #E14919; }
span { border-color: rgb(225,73,25); }
td.TdClassName
{
border-color: #E14919;
}
.TagClassName
{
border-color: #E14919;
}
</style>