Shades of Cinnabar #E53225
Tints of Cinnabar #E53225
RGB
CMYK
RGB Variations
Color information
#E53225 (or 0xE53225) is known color: Cinnabar. HEX triplet: E5, 32 and 25. RGB value is (229,50,37). Sum of RGB (Red+Green+Blue) = 229+50+37=316 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.47% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 229 - color contains mainly: red. Hex color #E53225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53225 is #1ACDDA. Grayscale: #666666. Windows color (decimal): -1756635 or 2437861. OLE color: 2437861.
HSL color Cylindrical-coordinate representation of color #E53225: hue angle of 4.06º 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 #E53225 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 37 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.10 |
| HSL | 4.06º | 0.79% | 0.52% | - |
| HSV(B) | 4.06º | 0.84% | 0.9% | - |
| XYZ | 33.79 | 19.07 | 3.65 | - |
| YUV | 102.04 | 91.3 | 218.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 37 | 0 | 0.78 | 0.84 | 0.10 | 4.06 | 0.79 | 0.52 |
| Hex | E5 | 32 | 25 | 0 | 4E | 54 | A | 4 | 4F | 34 |
| Octal | 345 | 62 | 45 | 0 | 116 | 124 | 12 | 4 | 117 | 64 |
| Binary | 11100101 | 110010 | 100101 | 0 | 1001110 | 1010100 | 1010 | 100 | 1001111 | 110100 |
Color Harmonies of #E53225
Complementary color
Monochromatic Colors of #E53225
Black with #E53225
Text Example
Text Example
White with #E53225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53225; }
p { color: rgb(229,50,37); }
H1.HeaderClassName
{
color: #E53225;
}
.AnyTagClassName
{
color: #E53225;
}
</style>
background-color css
<style>
a { background-color: #E53225; }
a { background-color: rgb(229,50,37); }
div.DivClassName
{
background-color: #E53225;
}
.BgClassName
{
background-color: #E53225;
}
</style>
border-color css
<style>
span { border-color: #E53225; }
span { border-color: rgb(229,50,37); }
td.TdClassName
{
border-color: #E53225;
}
.TagClassName
{
border-color: #E53225;
}
</style>