Shades of Cinnabar #E5472C
Tints of Cinnabar #E5472C
RGB
CMYK
RGB Variations
Color information
#E5472C (or 0xE5472C) is known color: Cinnabar. HEX triplet: E5, 47 and 2C. RGB value is (229,71,44). Sum of RGB (Red+Green+Blue) = 229+71+44=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5472C is #1AB8D3. Grayscale: #737373. Windows color (decimal): -1751252 or 2901989. OLE color: 2901989.
HSL color Cylindrical-coordinate representation of color #E5472C: hue angle of 8.76º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5472C is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 44 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.10 |
| HSL | 8.76º | 0.78% | 0.54% | - |
| HSV(B) | 8.76º | 0.81% | 0.9% | - |
| XYZ | 35.02 | 21.35 | 4.66 | - |
| YUV | 115.16 | 87.85 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 44 | 0 | 0.69 | 0.81 | 0.10 | 8.76 | 0.78 | 0.54 |
| Hex | E5 | 47 | 2C | 0 | 45 | 51 | A | 9 | 4E | 36 |
| Octal | 345 | 107 | 54 | 0 | 105 | 121 | 12 | 11 | 116 | 66 |
| Binary | 11100101 | 1000111 | 101100 | 0 | 1000101 | 1010001 | 1010 | 1001 | 1001110 | 110110 |
Color Harmonies of #E5472C
Complementary color
Monochromatic Colors of #E5472C
Black with #E5472C
Text Example
Text Example
White with #E5472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5472C; }
p { color: rgb(229,71,44); }
H1.HeaderClassName
{
color: #E5472C;
}
.AnyTagClassName
{
color: #E5472C;
}
</style>
background-color css
<style>
a { background-color: #E5472C; }
a { background-color: rgb(229,71,44); }
div.DivClassName
{
background-color: #E5472C;
}
.BgClassName
{
background-color: #E5472C;
}
</style>
border-color css
<style>
span { border-color: #E5472C; }
span { border-color: rgb(229,71,44); }
td.TdClassName
{
border-color: #E5472C;
}
.TagClassName
{
border-color: #E5472C;
}
</style>