Shades of Cinnabar #E5472E
Tints of Cinnabar #E5472E
RGB
CMYK
RGB Variations
Color information
#E5472E (or 0xE5472E) is known color: Cinnabar. HEX triplet: E5, 47 and 2E. RGB value is (229,71,46). Sum of RGB (Red+Green+Blue) = 229+71+46=346 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.18% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 229 - color contains mainly: red. Hex color #E5472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5472E is #1AB8D1. Grayscale: #737373. Windows color (decimal): -1751250 or 3033061. OLE color: 3033061.
HSL color Cylindrical-coordinate representation of color #E5472E: hue angle of 8.2º 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 #E5472E is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 46 | - |
| CMYK | 0 | 0.69 | 0.80 | 0.10 |
| HSL | 8.2º | 0.78% | 0.54% | - |
| HSV(B) | 8.2º | 0.8% | 0.9% | - |
| XYZ | 35.06 | 21.36 | 4.86 | - |
| YUV | 115.39 | 88.85 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 46 | 0 | 0.69 | 0.80 | 0.10 | 8.2 | 0.78 | 0.54 |
| Hex | E5 | 47 | 2E | 0 | 45 | 50 | A | 8 | 4E | 36 |
| Octal | 345 | 107 | 56 | 0 | 105 | 120 | 12 | 10 | 116 | 66 |
| Binary | 11100101 | 1000111 | 101110 | 0 | 1000101 | 1010000 | 1010 | 1000 | 1001110 | 110110 |
Color Harmonies of #E5472E
Complementary color
Monochromatic Colors of #E5472E
Black with #E5472E
Text Example
Text Example
White with #E5472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5472E; }
p { color: rgb(229,71,46); }
H1.HeaderClassName
{
color: #E5472E;
}
.AnyTagClassName
{
color: #E5472E;
}
</style>
background-color css
<style>
a { background-color: #E5472E; }
a { background-color: rgb(229,71,46); }
div.DivClassName
{
background-color: #E5472E;
}
.BgClassName
{
background-color: #E5472E;
}
</style>
border-color css
<style>
span { border-color: #E5472E; }
span { border-color: rgb(229,71,46); }
td.TdClassName
{
border-color: #E5472E;
}
.TagClassName
{
border-color: #E5472E;
}
</style>