Shades of Cinnabar #E14719
Tints of Cinnabar #E14719
RGB
CMYK
RGB Variations
Color information
#E14719 (or 0xE14719) is known color: Cinnabar. HEX triplet: E1, 47 and 19. RGB value is (225,71,25). Sum of RGB (Red+Green+Blue) = 225+71+25=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E14719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14719 is #1EB8E6. Grayscale: #707070. Windows color (decimal): -2013415 or 1656801. OLE color: 1656801.
HSL color Cylindrical-coordinate representation of color #E14719: hue angle of 13.8º 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 #E14719 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 25 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.12 |
| HSL | 13.8º | 0.8% | 0.49% | - |
| HSV(B) | 13.8º | 0.89% | 0.88% | - |
| XYZ | 33.48 | 20.58 | 3.13 | - |
| YUV | 111.8 | 79.02 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 25 | 0 | 0.68 | 0.89 | 0.12 | 13.8 | 0.8 | 0.49 |
| Hex | E1 | 47 | 19 | 0 | 44 | 59 | C | E | 50 | 31 |
| Octal | 341 | 107 | 31 | 0 | 104 | 131 | 14 | 16 | 120 | 61 |
| Binary | 11100001 | 1000111 | 11001 | 0 | 1000100 | 1011001 | 1100 | 1110 | 1010000 | 110001 |
Color Harmonies of #E14719
Complementary color
Monochromatic Colors of #E14719
Black with #E14719
Text Example
Text Example
White with #E14719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14719; }
p { color: rgb(225,71,25); }
H1.HeaderClassName
{
color: #E14719;
}
.AnyTagClassName
{
color: #E14719;
}
</style>
background-color css
<style>
a { background-color: #E14719; }
a { background-color: rgb(225,71,25); }
div.DivClassName
{
background-color: #E14719;
}
.BgClassName
{
background-color: #E14719;
}
</style>
border-color css
<style>
span { border-color: #E14719; }
span { border-color: rgb(225,71,25); }
td.TdClassName
{
border-color: #E14719;
}
.TagClassName
{
border-color: #E14719;
}
</style>