Shades of Cinnabar #E8301C
Tints of Cinnabar #E8301C
RGB
CMYK
RGB Variations
Color information
#E8301C (or 0xE8301C) is known color: Cinnabar. HEX triplet: E8, 30 and 1C. RGB value is (232,48,28). Sum of RGB (Red+Green+Blue) = 232+48+28=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E8301C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8301C is #17CFE3. Grayscale: #646464. Windows color (decimal): -1560548 or 1847528. OLE color: 1847528.
HSL color Cylindrical-coordinate representation of color #E8301C: hue angle of 5.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 #E8301C is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 28 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.09 |
| HSL | 5.88º | 0.82% | 0.51% | - |
| HSV(B) | 5.88º | 0.88% | 0.91% | - |
| XYZ | 34.55 | 19.35 | 3.01 | - |
| YUV | 100.74 | 86.96 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 28 | 0 | 0.79 | 0.88 | 0.09 | 5.88 | 0.82 | 0.51 |
| Hex | E8 | 30 | 1C | 0 | 4F | 58 | 9 | 6 | 52 | 33 |
| Octal | 350 | 60 | 34 | 0 | 117 | 130 | 11 | 6 | 122 | 63 |
| Binary | 11101000 | 110000 | 11100 | 0 | 1001111 | 1011000 | 1001 | 110 | 1010010 | 110011 |
Color Harmonies of #E8301C
Complementary color
Monochromatic Colors of #E8301C
Black with #E8301C
Text Example
Text Example
White with #E8301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8301C; }
p { color: rgb(232,48,28); }
H1.HeaderClassName
{
color: #E8301C;
}
.AnyTagClassName
{
color: #E8301C;
}
</style>
background-color css
<style>
a { background-color: #E8301C; }
a { background-color: rgb(232,48,28); }
div.DivClassName
{
background-color: #E8301C;
}
.BgClassName
{
background-color: #E8301C;
}
</style>
border-color css
<style>
span { border-color: #E8301C; }
span { border-color: rgb(232,48,28); }
td.TdClassName
{
border-color: #E8301C;
}
.TagClassName
{
border-color: #E8301C;
}
</style>