Shades of Red #E8100B
Tints of Red #E8100B
RGB
CMYK
RGB Variations
Color information
#E8100B (or 0xE8100B) is known color: Red. HEX triplet: E8, 10 and 0B. RGB value is (232,16,11). Sum of RGB (Red+Green+Blue) = 232+16+11=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E8100B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E8100B is #17EFF4. Grayscale: #505050. Windows color (decimal): -1568757 or 725224. OLE color: 725224.
HSL color Cylindrical-coordinate representation of color #E8100B: hue angle of 1.36º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8100B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.09 |
| HSL | 1.36º | 0.91% | 0.48% | - |
| HSV(B) | 1.36º | 0.95% | 0.91% | - |
| XYZ | 33.52 | 17.55 | 1.94 | - |
| YUV | 80.01 | 89.06 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 11 | 0 | 0.93 | 0.95 | 0.09 | 1.36 | 0.91 | 0.48 |
| Hex | E8 | 10 | B | 0 | 5D | 5F | 9 | 1 | 5B | 30 |
| Octal | 350 | 20 | 13 | 0 | 135 | 137 | 11 | 1 | 133 | 60 |
| Binary | 11101000 | 10000 | 1011 | 0 | 1011101 | 1011111 | 1001 | 1 | 1011011 | 110000 |
Color Harmonies of #E8100B
Complementary color
Monochromatic Colors of #E8100B
Black with #E8100B
Text Example
Text Example
White with #E8100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8100B; }
p { color: rgb(232,16,11); }
H1.HeaderClassName
{
color: #E8100B;
}
.AnyTagClassName
{
color: #E8100B;
}
</style>
background-color css
<style>
a { background-color: #E8100B; }
a { background-color: rgb(232,16,11); }
div.DivClassName
{
background-color: #E8100B;
}
.BgClassName
{
background-color: #E8100B;
}
</style>
border-color css
<style>
span { border-color: #E8100B; }
span { border-color: rgb(232,16,11); }
td.TdClassName
{
border-color: #E8100B;
}
.TagClassName
{
border-color: #E8100B;
}
</style>