Shades of Cinnabar #E54119
Tints of Cinnabar #E54119
RGB
CMYK
RGB Variations
Color information
#E54119 (or 0xE54119) is known color: Cinnabar. HEX triplet: E5, 41 and 19. RGB value is (229,65,25). Sum of RGB (Red+Green+Blue) = 229+65+25=319 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.79% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 229 - color contains mainly: red. Hex color #E54119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54119 is #1ABEE6. Grayscale: #6D6D6D. Windows color (decimal): -1752807 or 1655269. OLE color: 1655269.
HSL color Cylindrical-coordinate representation of color #E54119: hue angle of 11.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E54119 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.10 |
| HSL | 11.76º | 0.8% | 0.5% | - |
| HSV(B) | 11.76º | 0.89% | 0.9% | - |
| XYZ | 34.38 | 20.51 | 3.07 | - |
| YUV | 109.48 | 80.33 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 25 | 0 | 0.72 | 0.89 | 0.10 | 11.76 | 0.8 | 0.5 |
| Hex | E5 | 41 | 19 | 0 | 48 | 59 | A | C | 50 | 32 |
| Octal | 345 | 101 | 31 | 0 | 110 | 131 | 12 | 14 | 120 | 62 |
| Binary | 11100101 | 1000001 | 11001 | 0 | 1001000 | 1011001 | 1010 | 1100 | 1010000 | 110010 |
Color Harmonies of #E54119
Complementary color
Monochromatic Colors of #E54119
Black with #E54119
Text Example
Text Example
White with #E54119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54119; }
p { color: rgb(229,65,25); }
H1.HeaderClassName
{
color: #E54119;
}
.AnyTagClassName
{
color: #E54119;
}
</style>
background-color css
<style>
a { background-color: #E54119; }
a { background-color: rgb(229,65,25); }
div.DivClassName
{
background-color: #E54119;
}
.BgClassName
{
background-color: #E54119;
}
</style>
border-color css
<style>
span { border-color: #E54119; }
span { border-color: rgb(229,65,25); }
td.TdClassName
{
border-color: #E54119;
}
.TagClassName
{
border-color: #E54119;
}
</style>