Shades of Red #E90D0B
Tints of Red #E90D0B
RGB
CMYK
RGB Variations
Color information
#E90D0B (or 0xE90D0B) is known color: Red. HEX triplet: E9, 0D and 0B. RGB value is (233,13,11). Sum of RGB (Red+Green+Blue) = 233+13+11=257 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.66% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D0B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90D0B is #16F2F4. Grayscale: #4E4E4E. Windows color (decimal): -1503989 or 724457. OLE color: 724457.
HSL color Cylindrical-coordinate representation of color #E90D0B: 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 #E90D0B is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 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.81 | 17.64 | 1.94 | - |
| YUV | 78.55 | 89.89 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 13 | 11 | 0 | 0.94 | 0.95 | 0.09 | 0.54 | 0.91 | 0.48 |
| Hex | E9 | D | B | 0 | 5E | 5F | 9 | 1 | 5B | 30 |
| Octal | 351 | 15 | 13 | 0 | 136 | 137 | 11 | 1 | 133 | 60 |
| Binary | 11101001 | 1101 | 1011 | 0 | 1011110 | 1011111 | 1001 | 1 | 1011011 | 110000 |
Color Harmonies of #E90D0B
Complementary color
Monochromatic Colors of #E90D0B
Black with #E90D0B
Text Example
Text Example
White with #E90D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90D0B; }
p { color: rgb(233,13,11); }
H1.HeaderClassName
{
color: #E90D0B;
}
.AnyTagClassName
{
color: #E90D0B;
}
</style>
background-color css
<style>
a { background-color: #E90D0B; }
a { background-color: rgb(233,13,11); }
div.DivClassName
{
background-color: #E90D0B;
}
.BgClassName
{
background-color: #E90D0B;
}
</style>
border-color css
<style>
span { border-color: #E90D0B; }
span { border-color: rgb(233,13,11); }
td.TdClassName
{
border-color: #E90D0B;
}
.TagClassName
{
border-color: #E90D0B;
}
</style>