Shades of Red #E80D0B
Tints of Red #E80D0B
RGB
CMYK
RGB Variations
Color information
#E80D0B (or 0xE80D0B) is known color: Red. HEX triplet: E8, 0D and 0B. RGB value is (232,13,11). Sum of RGB (Red+Green+Blue) = 232+13+11=256 (33% of max value = 765). Red value is 232 (91.02% from 255 or 90.62% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80D0B is #17F2F4. Grayscale: #4E4E4E. Windows color (decimal): -1569525 or 724456. OLE color: 724456.
HSL color Cylindrical-coordinate representation of color #E80D0B: hue angle of 0.54º 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 #E80D0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 13 | 11 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.09 |
| HSL | 0.54º | 0.91% | 0.48% | - |
| HSV(B) | 0.54º | 0.95% | 0.91% | - |
| XYZ | 33.48 | 17.47 | 1.92 | - |
| YUV | 78.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 13 | 11 | 0 | 0.94 | 0.95 | 0.09 | 0.54 | 0.91 | 0.48 |
| Hex | E8 | D | B | 0 | 5E | 5F | 9 | 1 | 5B | 30 |
| Octal | 350 | 15 | 13 | 0 | 136 | 137 | 11 | 1 | 133 | 60 |
| Binary | 11101000 | 1101 | 1011 | 0 | 1011110 | 1011111 | 1001 | 1 | 1011011 | 110000 |
Color Harmonies of #E80D0B
Complementary color
Monochromatic Colors of #E80D0B
Black with #E80D0B
Text Example
Text Example
White with #E80D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80D0B; }
p { color: rgb(232,13,11); }
H1.HeaderClassName
{
color: #E80D0B;
}
.AnyTagClassName
{
color: #E80D0B;
}
</style>
background-color css
<style>
a { background-color: #E80D0B; }
a { background-color: rgb(232,13,11); }
div.DivClassName
{
background-color: #E80D0B;
}
.BgClassName
{
background-color: #E80D0B;
}
</style>
border-color css
<style>
span { border-color: #E80D0B; }
span { border-color: rgb(232,13,11); }
td.TdClassName
{
border-color: #E80D0B;
}
.TagClassName
{
border-color: #E80D0B;
}
</style>