Shades of Cinnabar #E53A19
Tints of Cinnabar #E53A19
RGB
CMYK
RGB Variations
Color information
#E53A19 (or 0xE53A19) is known color: Cinnabar. HEX triplet: E5, 3A and 19. RGB value is (229,58,25). Sum of RGB (Red+Green+Blue) = 229+58+25=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E53A19 is #1AC5E6. Grayscale: #696969. Windows color (decimal): -1754599 or 1653477. OLE color: 1653477.
HSL color Cylindrical-coordinate representation of color #E53A19: hue angle of 9.71º 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 #E53A19 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 25 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.10 |
| HSL | 9.71º | 0.8% | 0.5% | - |
| HSV(B) | 9.71º | 0.89% | 0.9% | - |
| XYZ | 34 | 19.75 | 2.94 | - |
| YUV | 105.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 25 | 0 | 0.75 | 0.89 | 0.10 | 9.71 | 0.8 | 0.5 |
| Hex | E5 | 3A | 19 | 0 | 4B | 59 | A | A | 50 | 32 |
| Octal | 345 | 72 | 31 | 0 | 113 | 131 | 12 | 12 | 120 | 62 |
| Binary | 11100101 | 111010 | 11001 | 0 | 1001011 | 1011001 | 1010 | 1010 | 1010000 | 110010 |
Color Harmonies of #E53A19
Complementary color
Monochromatic Colors of #E53A19
Black with #E53A19
Text Example
Text Example
White with #E53A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A19; }
p { color: rgb(229,58,25); }
H1.HeaderClassName
{
color: #E53A19;
}
.AnyTagClassName
{
color: #E53A19;
}
</style>
background-color css
<style>
a { background-color: #E53A19; }
a { background-color: rgb(229,58,25); }
div.DivClassName
{
background-color: #E53A19;
}
.BgClassName
{
background-color: #E53A19;
}
</style>
border-color css
<style>
span { border-color: #E53A19; }
span { border-color: rgb(229,58,25); }
td.TdClassName
{
border-color: #E53A19;
}
.TagClassName
{
border-color: #E53A19;
}
</style>