Shades of Cinnabar #E52B25
Tints of Cinnabar #E52B25
RGB
CMYK
RGB Variations
Color information
#E52B25 (or 0xE52B25) is known color: Cinnabar. HEX triplet: E5, 2B and 25. RGB value is (229,43,37). Sum of RGB (Red+Green+Blue) = 229+43+37=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E52B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52B25 is #1AD4DA. Grayscale: #626262. Windows color (decimal): -1758427 or 2436069. OLE color: 2436069.
HSL color Cylindrical-coordinate representation of color #E52B25: hue angle of 1.88º 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 #E52B25 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 43 | 37 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.10 |
| HSL | 1.88º | 0.79% | 0.52% | - |
| HSV(B) | 1.88º | 0.84% | 0.9% | - |
| XYZ | 33.51 | 18.52 | 3.56 | - |
| YUV | 97.93 | 93.62 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 43 | 37 | 0 | 0.81 | 0.84 | 0.10 | 1.88 | 0.79 | 0.52 |
| Hex | E5 | 2B | 25 | 0 | 51 | 54 | A | 2 | 4F | 34 |
| Octal | 345 | 53 | 45 | 0 | 121 | 124 | 12 | 2 | 117 | 64 |
| Binary | 11100101 | 101011 | 100101 | 0 | 1010001 | 1010100 | 1010 | 10 | 1001111 | 110100 |
Color Harmonies of #E52B25
Complementary color
Monochromatic Colors of #E52B25
Black with #E52B25
Text Example
Text Example
White with #E52B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52B25; }
p { color: rgb(229,43,37); }
H1.HeaderClassName
{
color: #E52B25;
}
.AnyTagClassName
{
color: #E52B25;
}
</style>
background-color css
<style>
a { background-color: #E52B25; }
a { background-color: rgb(229,43,37); }
div.DivClassName
{
background-color: #E52B25;
}
.BgClassName
{
background-color: #E52B25;
}
</style>
border-color css
<style>
span { border-color: #E52B25; }
span { border-color: rgb(229,43,37); }
td.TdClassName
{
border-color: #E52B25;
}
.TagClassName
{
border-color: #E52B25;
}
</style>