Shades of Cinnabar #E53925
Tints of Cinnabar #E53925
RGB
CMYK
RGB Variations
Color information
#E53925 (or 0xE53925) is known color: Cinnabar. HEX triplet: E5, 39 and 25. RGB value is (229,57,37). Sum of RGB (Red+Green+Blue) = 229+57+37=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 37 (14.84% from 255 or 11.46% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E53925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E53925 is #1AC6DA. Grayscale: #6A6A6A. Windows color (decimal): -1754843 or 2439653. OLE color: 2439653.
HSL color Cylindrical-coordinate representation of color #E53925: hue angle of 6.25º 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 #E53925 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 57 | 37 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.10 |
| HSL | 6.25º | 0.79% | 0.52% | - |
| HSV(B) | 6.25º | 0.84% | 0.9% | - |
| XYZ | 34.11 | 19.72 | 3.76 | - |
| YUV | 106.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 57 | 37 | 0 | 0.75 | 0.84 | 0.10 | 6.25 | 0.79 | 0.52 |
| Hex | E5 | 39 | 25 | 0 | 4B | 54 | A | 6 | 4F | 34 |
| Octal | 345 | 71 | 45 | 0 | 113 | 124 | 12 | 6 | 117 | 64 |
| Binary | 11100101 | 111001 | 100101 | 0 | 1001011 | 1010100 | 1010 | 110 | 1001111 | 110100 |
Color Harmonies of #E53925
Complementary color
Monochromatic Colors of #E53925
Black with #E53925
Text Example
Text Example
White with #E53925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53925; }
p { color: rgb(229,57,37); }
H1.HeaderClassName
{
color: #E53925;
}
.AnyTagClassName
{
color: #E53925;
}
</style>
background-color css
<style>
a { background-color: #E53925; }
a { background-color: rgb(229,57,37); }
div.DivClassName
{
background-color: #E53925;
}
.BgClassName
{
background-color: #E53925;
}
</style>
border-color css
<style>
span { border-color: #E53925; }
span { border-color: rgb(229,57,37); }
td.TdClassName
{
border-color: #E53925;
}
.TagClassName
{
border-color: #E53925;
}
</style>