Shades of Cinnabar #E8421E
Tints of Cinnabar #E8421E
RGB
CMYK
RGB Variations
Color information
#E8421E (or 0xE8421E) is known color: Cinnabar. HEX triplet: E8, 42 and 1E. RGB value is (232,66,30). Sum of RGB (Red+Green+Blue) = 232+66+30=328 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.73% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 232 - color contains mainly: red. Hex color #E8421E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8421E is #17BDE1. Grayscale: #6F6F6F. Windows color (decimal): -1555938 or 1983208. OLE color: 1983208.
HSL color Cylindrical-coordinate representation of color #E8421E: hue angle of 10.69º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8421E is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 66 | 30 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.09 |
| HSL | 10.69º | 0.81% | 0.51% | - |
| HSV(B) | 10.69º | 0.87% | 0.91% | - |
| XYZ | 35.46 | 21.15 | 3.44 | - |
| YUV | 111.53 | 82 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 66 | 30 | 0 | 0.72 | 0.87 | 0.09 | 10.69 | 0.81 | 0.51 |
| Hex | E8 | 42 | 1E | 0 | 48 | 57 | 9 | B | 51 | 33 |
| Octal | 350 | 102 | 36 | 0 | 110 | 127 | 11 | 13 | 121 | 63 |
| Binary | 11101000 | 1000010 | 11110 | 0 | 1001000 | 1010111 | 1001 | 1011 | 1010001 | 110011 |
Color Harmonies of #E8421E
Complementary color
Monochromatic Colors of #E8421E
Black with #E8421E
Text Example
Text Example
White with #E8421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8421E; }
p { color: rgb(232,66,30); }
H1.HeaderClassName
{
color: #E8421E;
}
.AnyTagClassName
{
color: #E8421E;
}
</style>
background-color css
<style>
a { background-color: #E8421E; }
a { background-color: rgb(232,66,30); }
div.DivClassName
{
background-color: #E8421E;
}
.BgClassName
{
background-color: #E8421E;
}
</style>
border-color css
<style>
span { border-color: #E8421E; }
span { border-color: rgb(232,66,30); }
td.TdClassName
{
border-color: #E8421E;
}
.TagClassName
{
border-color: #E8421E;
}
</style>