Shades of Cinnabar #E8301A
Tints of Cinnabar #E8301A
RGB
CMYK
RGB Variations
Color information
#E8301A (or 0xE8301A) is known color: Cinnabar. HEX triplet: E8, 30 and 1A. RGB value is (232,48,26). Sum of RGB (Red+Green+Blue) = 232+48+26=306 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.82% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 232 - color contains mainly: red. Hex color #E8301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8301A is #17CFE5. Grayscale: #646464. Windows color (decimal): -1560550 or 1716456. OLE color: 1716456.
HSL color Cylindrical-coordinate representation of color #E8301A: hue angle of 6.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8301A is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 48 | 26 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.09 |
| HSL | 6.41º | 0.82% | 0.51% | - |
| HSV(B) | 6.41º | 0.89% | 0.91% | - |
| XYZ | 34.52 | 19.34 | 2.89 | - |
| YUV | 100.51 | 85.96 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 48 | 26 | 0 | 0.79 | 0.89 | 0.09 | 6.41 | 0.82 | 0.51 |
| Hex | E8 | 30 | 1A | 0 | 4F | 59 | 9 | 6 | 52 | 33 |
| Octal | 350 | 60 | 32 | 0 | 117 | 131 | 11 | 6 | 122 | 63 |
| Binary | 11101000 | 110000 | 11010 | 0 | 1001111 | 1011001 | 1001 | 110 | 1010010 | 110011 |
Color Harmonies of #E8301A
Complementary color
Monochromatic Colors of #E8301A
Black with #E8301A
Text Example
Text Example
White with #E8301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8301A; }
p { color: rgb(232,48,26); }
H1.HeaderClassName
{
color: #E8301A;
}
.AnyTagClassName
{
color: #E8301A;
}
</style>
background-color css
<style>
a { background-color: #E8301A; }
a { background-color: rgb(232,48,26); }
div.DivClassName
{
background-color: #E8301A;
}
.BgClassName
{
background-color: #E8301A;
}
</style>
border-color css
<style>
span { border-color: #E8301A; }
span { border-color: rgb(232,48,26); }
td.TdClassName
{
border-color: #E8301A;
}
.TagClassName
{
border-color: #E8301A;
}
</style>