Shades of Cinnabar #E5452E
Tints of Cinnabar #E5452E
RGB
CMYK
RGB Variations
Color information
#E5452E (or 0xE5452E) is known color: Cinnabar. HEX triplet: E5, 45 and 2E. RGB value is (229,69,46). Sum of RGB (Red+Green+Blue) = 229+69+46=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 46 (18.36% from 255 or 13.37% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5452E is #1ABAD1. Grayscale: #727272. Windows color (decimal): -1751762 or 3032549. OLE color: 3032549.
HSL color Cylindrical-coordinate representation of color #E5452E: hue angle of 7.54º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5452E is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 46 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.10 |
| HSL | 7.54º | 0.78% | 0.54% | - |
| HSV(B) | 7.54º | 0.8% | 0.9% | - |
| XYZ | 34.93 | 21.11 | 4.82 | - |
| YUV | 114.22 | 89.51 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 46 | 0 | 0.70 | 0.80 | 0.10 | 7.54 | 0.78 | 0.54 |
| Hex | E5 | 45 | 2E | 0 | 46 | 50 | A | 8 | 4E | 36 |
| Octal | 345 | 105 | 56 | 0 | 106 | 120 | 12 | 10 | 116 | 66 |
| Binary | 11100101 | 1000101 | 101110 | 0 | 1000110 | 1010000 | 1010 | 1000 | 1001110 | 110110 |
Color Harmonies of #E5452E
Complementary color
Monochromatic Colors of #E5452E
Black with #E5452E
Text Example
Text Example
White with #E5452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5452E; }
p { color: rgb(229,69,46); }
H1.HeaderClassName
{
color: #E5452E;
}
.AnyTagClassName
{
color: #E5452E;
}
</style>
background-color css
<style>
a { background-color: #E5452E; }
a { background-color: rgb(229,69,46); }
div.DivClassName
{
background-color: #E5452E;
}
.BgClassName
{
background-color: #E5452E;
}
</style>
border-color css
<style>
span { border-color: #E5452E; }
span { border-color: rgb(229,69,46); }
td.TdClassName
{
border-color: #E5452E;
}
.TagClassName
{
border-color: #E5452E;
}
</style>