Shades of Cinnabar #E52925
Tints of Cinnabar #E52925
RGB
CMYK
RGB Variations
Color information
#E52925 (or 0xE52925) is known color: Cinnabar. HEX triplet: E5, 29 and 25. RGB value is (229,41,37). Sum of RGB (Red+Green+Blue) = 229+41+37=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E52925 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52925 is #1AD6DA. Grayscale: #606060. Windows color (decimal): -1758939 or 2435557. OLE color: 2435557.
HSL color Cylindrical-coordinate representation of color #E52925: hue angle of 1.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 #E52925 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 41 | 37 | - |
| CMYK | 0 | 0.82 | 0.84 | 0.10 |
| HSL | 1.25º | 0.79% | 0.52% | - |
| HSV(B) | 1.25º | 0.84% | 0.9% | - |
| XYZ | 33.44 | 18.38 | 3.53 | - |
| YUV | 96.76 | 94.28 | 222.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 41 | 37 | 0 | 0.82 | 0.84 | 0.10 | 1.25 | 0.79 | 0.52 |
| Hex | E5 | 29 | 25 | 0 | 52 | 54 | A | 1 | 4F | 34 |
| Octal | 345 | 51 | 45 | 0 | 122 | 124 | 12 | 1 | 117 | 64 |
| Binary | 11100101 | 101001 | 100101 | 0 | 1010010 | 1010100 | 1010 | 1 | 1001111 | 110100 |
Color Harmonies of #E52925
Complementary color
Monochromatic Colors of #E52925
Black with #E52925
Text Example
Text Example
White with #E52925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52925; }
p { color: rgb(229,41,37); }
H1.HeaderClassName
{
color: #E52925;
}
.AnyTagClassName
{
color: #E52925;
}
</style>
background-color css
<style>
a { background-color: #E52925; }
a { background-color: rgb(229,41,37); }
div.DivClassName
{
background-color: #E52925;
}
.BgClassName
{
background-color: #E52925;
}
</style>
border-color css
<style>
span { border-color: #E52925; }
span { border-color: rgb(229,41,37); }
td.TdClassName
{
border-color: #E52925;
}
.TagClassName
{
border-color: #E52925;
}
</style>