Shades of Cinnabar #E52F26
Tints of Cinnabar #E52F26
RGB
CMYK
RGB Variations
Color information
#E52F26 (or 0xE52F26) is known color: Cinnabar. HEX triplet: E5, 2F and 26. RGB value is (229,47,38). Sum of RGB (Red+Green+Blue) = 229+47+38=314 (41% of max value = 765). Red value is 229 (89.84% from 255 or 72.93% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 229 - color contains mainly: red. Hex color #E52F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E52F26 is #1AD0D9. Grayscale: #646464. Windows color (decimal): -1757402 or 2502629. OLE color: 2502629.
HSL color Cylindrical-coordinate representation of color #E52F26: hue angle of 2.83º 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 #E52F26 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 47 | 38 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.10 |
| HSL | 2.83º | 0.79% | 0.52% | - |
| HSV(B) | 2.83º | 0.83% | 0.9% | - |
| XYZ | 33.68 | 18.83 | 3.69 | - |
| YUV | 100.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 47 | 38 | 0 | 0.79 | 0.83 | 0.10 | 2.83 | 0.79 | 0.52 |
| Hex | E5 | 2F | 26 | 0 | 4F | 53 | A | 3 | 4F | 34 |
| Octal | 345 | 57 | 46 | 0 | 117 | 123 | 12 | 3 | 117 | 64 |
| Binary | 11100101 | 101111 | 100110 | 0 | 1001111 | 1010011 | 1010 | 11 | 1001111 | 110100 |
Color Harmonies of #E52F26
Complementary color
Monochromatic Colors of #E52F26
Black with #E52F26
Text Example
Text Example
White with #E52F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E52F26; }
p { color: rgb(229,47,38); }
H1.HeaderClassName
{
color: #E52F26;
}
.AnyTagClassName
{
color: #E52F26;
}
</style>
background-color css
<style>
a { background-color: #E52F26; }
a { background-color: rgb(229,47,38); }
div.DivClassName
{
background-color: #E52F26;
}
.BgClassName
{
background-color: #E52F26;
}
</style>
border-color css
<style>
span { border-color: #E52F26; }
span { border-color: rgb(229,47,38); }
td.TdClassName
{
border-color: #E52F26;
}
.TagClassName
{
border-color: #E52F26;
}
</style>