Shades of Cinnabar #E53425
Tints of Cinnabar #E53425
RGB
CMYK
RGB Variations
Color information
#E53425 (or 0xE53425) is known color: Cinnabar. HEX triplet: E5, 34 and 25. RGB value is (229,52,37). Sum of RGB (Red+Green+Blue) = 229+52+37=318 (42% of max value = 765). Red value is 229 (89.84% from 255 or 72.01% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 229 - color contains mainly: red. Hex color #E53425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53425 is #1ACBDA. Grayscale: #676767. Windows color (decimal): -1756123 or 2438373. OLE color: 2438373.
HSL color Cylindrical-coordinate representation of color #E53425: hue angle of 4.69º 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 #E53425 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 52 | 37 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.10 |
| HSL | 4.69º | 0.79% | 0.52% | - |
| HSV(B) | 4.69º | 0.84% | 0.9% | - |
| XYZ | 33.88 | 19.25 | 3.68 | - |
| YUV | 103.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 52 | 37 | 0 | 0.77 | 0.84 | 0.10 | 4.69 | 0.79 | 0.52 |
| Hex | E5 | 34 | 25 | 0 | 4D | 54 | A | 5 | 4F | 34 |
| Octal | 345 | 64 | 45 | 0 | 115 | 124 | 12 | 5 | 117 | 64 |
| Binary | 11100101 | 110100 | 100101 | 0 | 1001101 | 1010100 | 1010 | 101 | 1001111 | 110100 |
Color Harmonies of #E53425
Complementary color
Monochromatic Colors of #E53425
Black with #E53425
Text Example
Text Example
White with #E53425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53425; }
p { color: rgb(229,52,37); }
H1.HeaderClassName
{
color: #E53425;
}
.AnyTagClassName
{
color: #E53425;
}
</style>
background-color css
<style>
a { background-color: #E53425; }
a { background-color: rgb(229,52,37); }
div.DivClassName
{
background-color: #E53425;
}
.BgClassName
{
background-color: #E53425;
}
</style>
border-color css
<style>
span { border-color: #E53425; }
span { border-color: rgb(229,52,37); }
td.TdClassName
{
border-color: #E53425;
}
.TagClassName
{
border-color: #E53425;
}
</style>