Shades of Cinnabar #E8413C
Tints of Cinnabar #E8413C
RGB
CMYK
RGB Variations
Color information
#E8413C (or 0xE8413C) is known color: Cinnabar. HEX triplet: E8, 41 and 3C. RGB value is (232,65,60). Sum of RGB (Red+Green+Blue) = 232+65+60=357 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.99% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 60 (23.83% from 255 or 16.81% from 357); Max value from RGB is 232 - color contains mainly: red. Hex color #E8413C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8413C is #17BEC3. Grayscale: #727272. Windows color (decimal): -1556164 or 3949032. OLE color: 3949032.
HSL color Cylindrical-coordinate representation of color #E8413C: hue angle of 1.74º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E8413C is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 60 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.09 |
| HSL | 1.74º | 0.79% | 0.57% | - |
| HSV(B) | 1.74º | 0.74% | 0.91% | - |
| XYZ | 35.98 | 21.26 | 6.48 | - |
| YUV | 114.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 60 | 0 | 0.72 | 0.74 | 0.09 | 1.74 | 0.79 | 0.57 |
| Hex | E8 | 41 | 3C | 0 | 48 | 4A | 9 | 2 | 4F | 39 |
| Octal | 350 | 101 | 74 | 0 | 110 | 112 | 11 | 2 | 117 | 71 |
| Binary | 11101000 | 1000001 | 111100 | 0 | 1001000 | 1001010 | 1001 | 10 | 1001111 | 111001 |
Color Harmonies of #E8413C
Complementary color
Monochromatic Colors of #E8413C
Black with #E8413C
Text Example
Text Example
White with #E8413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8413C; }
p { color: rgb(232,65,60); }
H1.HeaderClassName
{
color: #E8413C;
}
.AnyTagClassName
{
color: #E8413C;
}
</style>
background-color css
<style>
a { background-color: #E8413C; }
a { background-color: rgb(232,65,60); }
div.DivClassName
{
background-color: #E8413C;
}
.BgClassName
{
background-color: #E8413C;
}
</style>
border-color css
<style>
span { border-color: #E8413C; }
span { border-color: rgb(232,65,60); }
td.TdClassName
{
border-color: #E8413C;
}
.TagClassName
{
border-color: #E8413C;
}
</style>