Shades of Cinnabar #E52A29
Tints of Cinnabar #E52A29
RGB
CMYK
RGB Variations
Color information
#E52A29 (or 0xE52A29) is known color: Cinnabar. HEX triplet: E5, 2A and 29. RGB value is (229,42,41). Sum of RGB (Red+Green+Blue) = 229+42+41=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A29 is #1AD5D6. Grayscale: #616161. Windows color (decimal): -1758679 or 2697957. OLE color: 2697957.
HSL color Cylindrical-coordinate representation of color #E52A29: hue angle of 0.32º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E52A29 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 41 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.10 |
| HSL | 0.32º | 0.78% | 0.53% | - |
| HSV(B) | 0.32º | 0.82% | 0.9% | - |
| XYZ | 33.54 | 18.47 | 3.9 | - |
| YUV | 97.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 41 | 0 | 0.82 | 0.82 | 0.10 | 0.32 | 0.78 | 0.53 |
| Hex | E5 | 2A | 29 | 0 | 52 | 52 | A | 0 | 4E | 35 |
| Octal | 345 | 52 | 51 | 0 | 122 | 122 | 12 | 0 | 116 | 65 |
| Binary | 11100101 | 101010 | 101001 | 0 | 1010010 | 1010010 | 1010 | 0 | 1001110 | 110101 |
Color Harmonies of #E52A29
Complementary color
Monochromatic Colors of #E52A29
Black with #E52A29
Text Example
Text Example
White with #E52A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A29; }
p { color: rgb(229,42,41); }
H1.HeaderClassName
{
color: #E52A29;
}
.AnyTagClassName
{
color: #E52A29;
}
</style>
background-color css
<style>
a { background-color: #E52A29; }
a { background-color: rgb(229,42,41); }
div.DivClassName
{
background-color: #E52A29;
}
.BgClassName
{
background-color: #E52A29;
}
</style>
border-color css
<style>
span { border-color: #E52A29; }
span { border-color: rgb(229,42,41); }
td.TdClassName
{
border-color: #E52A29;
}
.TagClassName
{
border-color: #E52A29;
}
</style>