Shades of Cinnabar #E8413E
Tints of Cinnabar #E8413E
RGB
CMYK
RGB Variations
Color information
#E8413E (or 0xE8413E) is known color: Cinnabar. HEX triplet: E8, 41 and 3E. RGB value is (232,65,62). Sum of RGB (Red+Green+Blue) = 232+65+62=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8413E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8413E is #17BEC1. Grayscale: #727272. Windows color (decimal): -1556162 or 4080104. OLE color: 4080104.
HSL color Cylindrical-coordinate representation of color #E8413E: hue angle of 1.06º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E8413E is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 62 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.09 |
| HSL | 1.06º | 0.79% | 0.58% | - |
| HSV(B) | 1.06º | 0.73% | 0.91% | - |
| XYZ | 36.04 | 21.28 | 6.77 | - |
| YUV | 114.59 | 98.33 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 62 | 0 | 0.72 | 0.73 | 0.09 | 1.06 | 0.79 | 0.58 |
| Hex | E8 | 41 | 3E | 0 | 48 | 49 | 9 | 1 | 4F | 3A |
| Octal | 350 | 101 | 76 | 0 | 110 | 111 | 11 | 1 | 117 | 72 |
| Binary | 11101000 | 1000001 | 111110 | 0 | 1001000 | 1001001 | 1001 | 1 | 1001111 | 111010 |
Color Harmonies of #E8413E
Complementary color
Monochromatic Colors of #E8413E
Black with #E8413E
Text Example
Text Example
White with #E8413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8413E; }
p { color: rgb(232,65,62); }
H1.HeaderClassName
{
color: #E8413E;
}
.AnyTagClassName
{
color: #E8413E;
}
</style>
background-color css
<style>
a { background-color: #E8413E; }
a { background-color: rgb(232,65,62); }
div.DivClassName
{
background-color: #E8413E;
}
.BgClassName
{
background-color: #E8413E;
}
</style>
border-color css
<style>
span { border-color: #E8413E; }
span { border-color: rgb(232,65,62); }
td.TdClassName
{
border-color: #E8413E;
}
.TagClassName
{
border-color: #E8413E;
}
</style>