Shades of Cinnabar #E8403F
Tints of Cinnabar #E8403F
RGB
CMYK
RGB Variations
Color information
#E8403F (or 0xE8403F) is known color: Cinnabar. HEX triplet: E8, 40 and 3F. RGB value is (232,64,63). Sum of RGB (Red+Green+Blue) = 232+64+63=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8403F is #17BFC0. Grayscale: #727272. Windows color (decimal): -1556417 or 4145384. OLE color: 4145384.
HSL color Cylindrical-coordinate representation of color #E8403F: hue angle of 0.36º 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 #E8403F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 64 | 63 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.09 |
| HSL | 0.36º | 0.79% | 0.58% | - |
| HSV(B) | 0.36º | 0.73% | 0.91% | - |
| XYZ | 36.01 | 21.18 | 6.89 | - |
| YUV | 114.12 | 99.16 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 64 | 63 | 0 | 0.72 | 0.73 | 0.09 | 0.36 | 0.79 | 0.58 |
| Hex | E8 | 40 | 3F | 0 | 48 | 49 | 9 | 0 | 4F | 3A |
| Octal | 350 | 100 | 77 | 0 | 110 | 111 | 11 | 0 | 117 | 72 |
| Binary | 11101000 | 1000000 | 111111 | 0 | 1001000 | 1001001 | 1001 | 0 | 1001111 | 111010 |
Color Harmonies of #E8403F
Complementary color
Monochromatic Colors of #E8403F
Black with #E8403F
Text Example
Text Example
White with #E8403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8403F; }
p { color: rgb(232,64,63); }
H1.HeaderClassName
{
color: #E8403F;
}
.AnyTagClassName
{
color: #E8403F;
}
</style>
background-color css
<style>
a { background-color: #E8403F; }
a { background-color: rgb(232,64,63); }
div.DivClassName
{
background-color: #E8403F;
}
.BgClassName
{
background-color: #E8403F;
}
</style>
border-color css
<style>
span { border-color: #E8403F; }
span { border-color: rgb(232,64,63); }
td.TdClassName
{
border-color: #E8403F;
}
.TagClassName
{
border-color: #E8403F;
}
</style>