Shades of Cinnabar #E52A26
Tints of Cinnabar #E52A26
RGB
CMYK
RGB Variations
Color information
#E52A26 (or 0xE52A26) is known color: Cinnabar. HEX triplet: E5, 2A and 26. RGB value is (229,42,38). Sum of RGB (Red+Green+Blue) = 229+42+38=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E52A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52A26 is #1AD5D9. Grayscale: #616161. Windows color (decimal): -1758682 or 2501349. OLE color: 2501349.
HSL color Cylindrical-coordinate representation of color #E52A26: hue angle of 1.26º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E52A26 is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 42 | 38 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.10 |
| HSL | 1.26º | 0.79% | 0.52% | - |
| HSV(B) | 1.26º | 0.83% | 0.9% | - |
| XYZ | 33.49 | 18.45 | 3.63 | - |
| YUV | 97.46 | 94.45 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 42 | 38 | 0 | 0.82 | 0.83 | 0.10 | 1.26 | 0.79 | 0.52 |
| Hex | E5 | 2A | 26 | 0 | 52 | 53 | A | 1 | 4F | 34 |
| Octal | 345 | 52 | 46 | 0 | 122 | 123 | 12 | 1 | 117 | 64 |
| Binary | 11100101 | 101010 | 100110 | 0 | 1010010 | 1010011 | 1010 | 1 | 1001111 | 110100 |
Color Harmonies of #E52A26
Complementary color
Monochromatic Colors of #E52A26
Black with #E52A26
Text Example
Text Example
White with #E52A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52A26; }
p { color: rgb(229,42,38); }
H1.HeaderClassName
{
color: #E52A26;
}
.AnyTagClassName
{
color: #E52A26;
}
</style>
background-color css
<style>
a { background-color: #E52A26; }
a { background-color: rgb(229,42,38); }
div.DivClassName
{
background-color: #E52A26;
}
.BgClassName
{
background-color: #E52A26;
}
</style>
border-color css
<style>
span { border-color: #E52A26; }
span { border-color: rgb(229,42,38); }
td.TdClassName
{
border-color: #E52A26;
}
.TagClassName
{
border-color: #E52A26;
}
</style>