Shades of Cinnabar #E8411C
Tints of Cinnabar #E8411C
RGB
CMYK
RGB Variations
Color information
#E8411C (or 0xE8411C) is known color: Cinnabar. HEX triplet: E8, 41 and 1C. RGB value is (232,65,28). Sum of RGB (Red+Green+Blue) = 232+65+28=325 (43% of max value = 765). Red value is 232 (91.02% from 255 or 71.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 232 - color contains mainly: red. Hex color #E8411C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8411C is #17BEE3. Grayscale: #6F6F6F. Windows color (decimal): -1556196 or 1851880. OLE color: 1851880.
HSL color Cylindrical-coordinate representation of color #E8411C: hue angle of 10.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8411C is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 28 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.09 |
| HSL | 10.88º | 0.82% | 0.51% | - |
| HSV(B) | 10.88º | 0.88% | 0.91% | - |
| XYZ | 35.38 | 21.02 | 3.29 | - |
| YUV | 110.72 | 81.33 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 28 | 0 | 0.72 | 0.88 | 0.09 | 10.88 | 0.82 | 0.51 |
| Hex | E8 | 41 | 1C | 0 | 48 | 58 | 9 | B | 52 | 33 |
| Octal | 350 | 101 | 34 | 0 | 110 | 130 | 11 | 13 | 122 | 63 |
| Binary | 11101000 | 1000001 | 11100 | 0 | 1001000 | 1011000 | 1001 | 1011 | 1010010 | 110011 |
Color Harmonies of #E8411C
Complementary color
Monochromatic Colors of #E8411C
Black with #E8411C
Text Example
Text Example
White with #E8411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8411C; }
p { color: rgb(232,65,28); }
H1.HeaderClassName
{
color: #E8411C;
}
.AnyTagClassName
{
color: #E8411C;
}
</style>
background-color css
<style>
a { background-color: #E8411C; }
a { background-color: rgb(232,65,28); }
div.DivClassName
{
background-color: #E8411C;
}
.BgClassName
{
background-color: #E8411C;
}
</style>
border-color css
<style>
span { border-color: #E8411C; }
span { border-color: rgb(232,65,28); }
td.TdClassName
{
border-color: #E8411C;
}
.TagClassName
{
border-color: #E8411C;
}
</style>