Shades of Cinnabar #E52A28
Tints of Cinnabar #E52A28
RGB
CMYK
RGB Variations
Color information
#E52A28 (or 0xE52A28) is known color: Cinnabar. HEX triplet: E5, 2A and 28. RGB value is (229,42,40). Sum of RGB (Red+Green+Blue) = 229+42+40=311 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.63% from 311); Green value is 42 (16.80% from 255 or 13.50% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A28 is #1AD5D7. Grayscale: #616161. Windows color (decimal): -1758680 or 2632421. OLE color: 2632421.
HSL color Cylindrical-coordinate representation of color #E52A28: hue angle of 0.63º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52A28 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 40 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.10 |
| HSL | 0.63º | 0.78% | 0.53% | - |
| HSV(B) | 0.63º | 0.83% | 0.9% | - |
| XYZ | 33.52 | 18.47 | 3.81 | - |
| YUV | 97.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 40 | 0 | 0.82 | 0.83 | 0.10 | 0.63 | 0.78 | 0.53 |
| Hex | E5 | 2A | 28 | 0 | 52 | 53 | A | 1 | 4E | 35 |
| Octal | 345 | 52 | 50 | 0 | 122 | 123 | 12 | 1 | 116 | 65 |
| Binary | 11100101 | 101010 | 101000 | 0 | 1010010 | 1010011 | 1010 | 1 | 1001110 | 110101 |
Color Harmonies of #E52A28
Complementary color
Monochromatic Colors of #E52A28
Black with #E52A28
Text Example
Text Example
White with #E52A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A28; }
p { color: rgb(229,42,40); }
H1.HeaderClassName
{
color: #E52A28;
}
.AnyTagClassName
{
color: #E52A28;
}
</style>
background-color css
<style>
a { background-color: #E52A28; }
a { background-color: rgb(229,42,40); }
div.DivClassName
{
background-color: #E52A28;
}
.BgClassName
{
background-color: #E52A28;
}
</style>
border-color css
<style>
span { border-color: #E52A28; }
span { border-color: rgb(229,42,40); }
td.TdClassName
{
border-color: #E52A28;
}
.TagClassName
{
border-color: #E52A28;
}
</style>