Shades of Cinnabar #E53A25
Tints of Cinnabar #E53A25
RGB
CMYK
RGB Variations
Color information
#E53A25 (or 0xE53A25) is known color: Cinnabar. HEX triplet: E5, 3A and 25. RGB value is (229,58,37). Sum of RGB (Red+Green+Blue) = 229+58+37=324 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.68% from 324); Green value is 58 (23.05% from 255 or 17.90% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 229 - color contains mainly: red. Hex color #E53A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53A25 is #1AC5DA. Grayscale: #6A6A6A. Windows color (decimal): -1754587 or 2439909. OLE color: 2439909.
HSL color Cylindrical-coordinate representation of color #E53A25: hue angle of 6.56º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E53A25 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 58 | 37 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.10 |
| HSL | 6.56º | 0.79% | 0.52% | - |
| HSV(B) | 6.56º | 0.84% | 0.9% | - |
| XYZ | 34.16 | 19.82 | 3.78 | - |
| YUV | 106.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 58 | 37 | 0 | 0.75 | 0.84 | 0.10 | 6.56 | 0.79 | 0.52 |
| Hex | E5 | 3A | 25 | 0 | 4B | 54 | A | 7 | 4F | 34 |
| Octal | 345 | 72 | 45 | 0 | 113 | 124 | 12 | 7 | 117 | 64 |
| Binary | 11100101 | 111010 | 100101 | 0 | 1001011 | 1010100 | 1010 | 111 | 1001111 | 110100 |
Color Harmonies of #E53A25
Complementary color
Monochromatic Colors of #E53A25
Black with #E53A25
Text Example
Text Example
White with #E53A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53A25; }
p { color: rgb(229,58,37); }
H1.HeaderClassName
{
color: #E53A25;
}
.AnyTagClassName
{
color: #E53A25;
}
</style>
background-color css
<style>
a { background-color: #E53A25; }
a { background-color: rgb(229,58,37); }
div.DivClassName
{
background-color: #E53A25;
}
.BgClassName
{
background-color: #E53A25;
}
</style>
border-color css
<style>
span { border-color: #E53A25; }
span { border-color: rgb(229,58,37); }
td.TdClassName
{
border-color: #E53A25;
}
.TagClassName
{
border-color: #E53A25;
}
</style>