Shades of Cinnabar #E8341A
Tints of Cinnabar #E8341A
RGB
CMYK
RGB Variations
Color information
#E8341A (or 0xE8341A) is known color: Cinnabar. HEX triplet: E8, 34 and 1A. RGB value is (232,52,26). Sum of RGB (Red+Green+Blue) = 232+52+26=310 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.84% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 232 - color contains mainly: red. Hex color #E8341A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8341A is #17CBE5. Grayscale: #676767. Windows color (decimal): -1559526 or 1717480. OLE color: 1717480.
HSL color Cylindrical-coordinate representation of color #E8341A: hue angle of 7.57º 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 #E8341A is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 52 | 26 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.09 |
| HSL | 7.57º | 0.82% | 0.51% | - |
| HSV(B) | 7.57º | 0.89% | 0.91% | - |
| XYZ | 34.69 | 19.69 | 2.95 | - |
| YUV | 102.86 | 84.63 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 52 | 26 | 0 | 0.78 | 0.89 | 0.09 | 7.57 | 0.82 | 0.51 |
| Hex | E8 | 34 | 1A | 0 | 4E | 59 | 9 | 8 | 52 | 33 |
| Octal | 350 | 64 | 32 | 0 | 116 | 131 | 11 | 10 | 122 | 63 |
| Binary | 11101000 | 110100 | 11010 | 0 | 1001110 | 1011001 | 1001 | 1000 | 1010010 | 110011 |
Color Harmonies of #E8341A
Complementary color
Monochromatic Colors of #E8341A
Black with #E8341A
Text Example
Text Example
White with #E8341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8341A; }
p { color: rgb(232,52,26); }
H1.HeaderClassName
{
color: #E8341A;
}
.AnyTagClassName
{
color: #E8341A;
}
</style>
background-color css
<style>
a { background-color: #E8341A; }
a { background-color: rgb(232,52,26); }
div.DivClassName
{
background-color: #E8341A;
}
.BgClassName
{
background-color: #E8341A;
}
</style>
border-color css
<style>
span { border-color: #E8341A; }
span { border-color: rgb(232,52,26); }
td.TdClassName
{
border-color: #E8341A;
}
.TagClassName
{
border-color: #E8341A;
}
</style>