Shades of Cinnabar #E8473B
Tints of Cinnabar #E8473B
RGB
CMYK
RGB Variations
Color information
#E8473B (or 0xE8473B) is known color: Cinnabar. HEX triplet: E8, 47 and 3B. RGB value is (232,71,59). Sum of RGB (Red+Green+Blue) = 232+71+59=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E8473B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8473B is #17B8C4. Grayscale: #757575. Windows color (decimal): -1554629 or 3885032. OLE color: 3885032.
HSL color Cylindrical-coordinate representation of color #E8473B: hue angle of 4.16º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E8473B is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 71 | 59 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.09 |
| HSL | 4.16º | 0.79% | 0.57% | - |
| HSV(B) | 4.16º | 0.75% | 0.91% | - |
| XYZ | 36.32 | 21.98 | 6.47 | - |
| YUV | 117.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 71 | 59 | 0 | 0.69 | 0.75 | 0.09 | 4.16 | 0.79 | 0.57 |
| Hex | E8 | 47 | 3B | 0 | 45 | 4B | 9 | 4 | 4F | 39 |
| Octal | 350 | 107 | 73 | 0 | 105 | 113 | 11 | 4 | 117 | 71 |
| Binary | 11101000 | 1000111 | 111011 | 0 | 1000101 | 1001011 | 1001 | 100 | 1001111 | 111001 |
Color Harmonies of #E8473B
Complementary color
Monochromatic Colors of #E8473B
Black with #E8473B
Text Example
Text Example
White with #E8473B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8473B; }
p { color: rgb(232,71,59); }
H1.HeaderClassName
{
color: #E8473B;
}
.AnyTagClassName
{
color: #E8473B;
}
</style>
background-color css
<style>
a { background-color: #E8473B; }
a { background-color: rgb(232,71,59); }
div.DivClassName
{
background-color: #E8473B;
}
.BgClassName
{
background-color: #E8473B;
}
</style>
border-color css
<style>
span { border-color: #E8473B; }
span { border-color: rgb(232,71,59); }
td.TdClassName
{
border-color: #E8473B;
}
.TagClassName
{
border-color: #E8473B;
}
</style>