Shades of Red #E8100D
Tints of Red #E8100D
RGB
CMYK
RGB Variations
Color information
#E8100D (or 0xE8100D) is known color: Red. HEX triplet: E8, 10 and 0D. RGB value is (232,16,13). Sum of RGB (Red+Green+Blue) = 232+16+13=261 (34% of max value = 765). Red value is 232 (91.02% from 255 or 88.89% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 232 - color contains mainly: red. Hex color #E8100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8100D is #17EFF2. Grayscale: #505050. Windows color (decimal): -1568755 or 856296. OLE color: 856296.
HSL color Cylindrical-coordinate representation of color #E8100D: hue angle of 0.82º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.09 |
| HSL | 0.82º | 0.89% | 0.48% | - |
| HSV(B) | 0.82º | 0.94% | 0.91% | - |
| XYZ | 33.54 | 17.56 | 2 | - |
| YUV | 80.24 | 90.06 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 13 | 0 | 0.93 | 0.94 | 0.09 | 0.82 | 0.89 | 0.48 |
| Hex | E8 | 10 | D | 0 | 5D | 5E | 9 | 1 | 59 | 30 |
| Octal | 350 | 20 | 15 | 0 | 135 | 136 | 11 | 1 | 131 | 60 |
| Binary | 11101000 | 10000 | 1101 | 0 | 1011101 | 1011110 | 1001 | 1 | 1011001 | 110000 |
Color Harmonies of #E8100D
Complementary color
Monochromatic Colors of #E8100D
Black with #E8100D
Text Example
Text Example
White with #E8100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8100D; }
p { color: rgb(232,16,13); }
H1.HeaderClassName
{
color: #E8100D;
}
.AnyTagClassName
{
color: #E8100D;
}
</style>
background-color css
<style>
a { background-color: #E8100D; }
a { background-color: rgb(232,16,13); }
div.DivClassName
{
background-color: #E8100D;
}
.BgClassName
{
background-color: #E8100D;
}
</style>
border-color css
<style>
span { border-color: #E8100D; }
span { border-color: rgb(232,16,13); }
td.TdClassName
{
border-color: #E8100D;
}
.TagClassName
{
border-color: #E8100D;
}
</style>