Shades of Cinnabar #E8351A
Tints of Cinnabar #E8351A
RGB
CMYK
RGB Variations
Color information
#E8351A (or 0xE8351A) is known color: Cinnabar. HEX triplet: E8, 35 and 1A. RGB value is (232,53,26). Sum of RGB (Red+Green+Blue) = 232+53+26=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8351A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8351A is #17CAE5. Grayscale: #676767. Windows color (decimal): -1559270 or 1717736. OLE color: 1717736.
HSL color Cylindrical-coordinate representation of color #E8351A: hue angle of 7.86º 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 #E8351A is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 53 | 26 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.09 |
| HSL | 7.86º | 0.82% | 0.51% | - |
| HSV(B) | 7.86º | 0.89% | 0.91% | - |
| XYZ | 34.74 | 19.78 | 2.96 | - |
| YUV | 103.44 | 84.3 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 53 | 26 | 0 | 0.77 | 0.89 | 0.09 | 7.86 | 0.82 | 0.51 |
| Hex | E8 | 35 | 1A | 0 | 4D | 59 | 9 | 8 | 52 | 33 |
| Octal | 350 | 65 | 32 | 0 | 115 | 131 | 11 | 10 | 122 | 63 |
| Binary | 11101000 | 110101 | 11010 | 0 | 1001101 | 1011001 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E8351A
Complementary color
Monochromatic Colors of #E8351A
Black with #E8351A
Text Example
Text Example
White with #E8351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8351A; }
p { color: rgb(232,53,26); }
H1.HeaderClassName
{
color: #E8351A;
}
.AnyTagClassName
{
color: #E8351A;
}
</style>
background-color css
<style>
a { background-color: #E8351A; }
a { background-color: rgb(232,53,26); }
div.DivClassName
{
background-color: #E8351A;
}
.BgClassName
{
background-color: #E8351A;
}
</style>
border-color css
<style>
span { border-color: #E8351A; }
span { border-color: rgb(232,53,26); }
td.TdClassName
{
border-color: #E8351A;
}
.TagClassName
{
border-color: #E8351A;
}
</style>