Shades of Cinnabar #E8472A
Tints of Cinnabar #E8472A
RGB
CMYK
RGB Variations
Color information
#E8472A (or 0xE8472A) is known color: Cinnabar. HEX triplet: E8, 47 and 2A. RGB value is (232,71,42). Sum of RGB (Red+Green+Blue) = 232+71+42=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8472A is #17B8D5. Grayscale: #747474. Windows color (decimal): -1554646 or 2770920. OLE color: 2770920.
HSL color Cylindrical-coordinate representation of color #E8472A: hue angle of 9.16º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E8472A is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 42 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.09 |
| HSL | 9.16º | 0.81% | 0.54% | - |
| HSV(B) | 9.16º | 0.82% | 0.91% | - |
| XYZ | 35.95 | 21.83 | 4.51 | - |
| YUV | 115.83 | 86.34 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 42 | 0 | 0.69 | 0.82 | 0.09 | 9.16 | 0.81 | 0.54 |
| Hex | E8 | 47 | 2A | 0 | 45 | 52 | 9 | 9 | 51 | 36 |
| Octal | 350 | 107 | 52 | 0 | 105 | 122 | 11 | 11 | 121 | 66 |
| Binary | 11101000 | 1000111 | 101010 | 0 | 1000101 | 1010010 | 1001 | 1001 | 1010001 | 110110 |
Color Harmonies of #E8472A
Complementary color
Monochromatic Colors of #E8472A
Black with #E8472A
Text Example
Text Example
White with #E8472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8472A; }
p { color: rgb(232,71,42); }
H1.HeaderClassName
{
color: #E8472A;
}
.AnyTagClassName
{
color: #E8472A;
}
</style>
background-color css
<style>
a { background-color: #E8472A; }
a { background-color: rgb(232,71,42); }
div.DivClassName
{
background-color: #E8472A;
}
.BgClassName
{
background-color: #E8472A;
}
</style>
border-color css
<style>
span { border-color: #E8472A; }
span { border-color: rgb(232,71,42); }
td.TdClassName
{
border-color: #E8472A;
}
.TagClassName
{
border-color: #E8472A;
}
</style>