Shades of Cinnabar #E5472B
Tints of Cinnabar #E5472B
RGB
CMYK
RGB Variations
Color information
#E5472B (or 0xE5472B) is known color: Cinnabar. HEX triplet: E5, 47 and 2B. RGB value is (229,71,43). Sum of RGB (Red+Green+Blue) = 229+71+43=343 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.76% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 229 - color contains mainly: red. Hex color #E5472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5472B is #1AB8D4. Grayscale: #737373. Windows color (decimal): -1751253 or 2836453. OLE color: 2836453.
HSL color Cylindrical-coordinate representation of color #E5472B: hue angle of 9.03º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5472B is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 43 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.10 |
| HSL | 9.03º | 0.78% | 0.53% | - |
| HSV(B) | 9.03º | 0.81% | 0.9% | - |
| XYZ | 35 | 21.34 | 4.56 | - |
| YUV | 115.05 | 87.35 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 43 | 0 | 0.69 | 0.81 | 0.10 | 9.03 | 0.78 | 0.53 |
| Hex | E5 | 47 | 2B | 0 | 45 | 51 | A | 9 | 4E | 35 |
| Octal | 345 | 107 | 53 | 0 | 105 | 121 | 12 | 11 | 116 | 65 |
| Binary | 11100101 | 1000111 | 101011 | 0 | 1000101 | 1010001 | 1010 | 1001 | 1001110 | 110101 |
Color Harmonies of #E5472B
Complementary color
Monochromatic Colors of #E5472B
Black with #E5472B
Text Example
Text Example
White with #E5472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5472B; }
p { color: rgb(229,71,43); }
H1.HeaderClassName
{
color: #E5472B;
}
.AnyTagClassName
{
color: #E5472B;
}
</style>
background-color css
<style>
a { background-color: #E5472B; }
a { background-color: rgb(229,71,43); }
div.DivClassName
{
background-color: #E5472B;
}
.BgClassName
{
background-color: #E5472B;
}
</style>
border-color css
<style>
span { border-color: #E5472B; }
span { border-color: rgb(229,71,43); }
td.TdClassName
{
border-color: #E5472B;
}
.TagClassName
{
border-color: #E5472B;
}
</style>