Shades of Red #E4110B
Tints of Red #E4110B
RGB
CMYK
RGB Variations
Color information
#E4110B (or 0xE4110B) is known color: Red. HEX triplet: E4, 11 and 0B. RGB value is (228,17,11). Sum of RGB (Red+Green+Blue) = 228+17+11=256 (33% of max value = 765). Red value is 228 (89.45% from 255 or 89.06% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 228 - color contains mainly: red. Hex color #E4110B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E4110B is #1BEEF4. Grayscale: #4F4F4F. Windows color (decimal): -1830645 or 725476. OLE color: 725476.
HSL color Cylindrical-coordinate representation of color #E4110B: hue angle of 1.66º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4110B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.11 |
| HSL | 1.66º | 0.91% | 0.47% | - |
| HSV(B) | 1.66º | 0.95% | 0.89% | - |
| XYZ | 32.26 | 16.92 | 1.88 | - |
| YUV | 79.41 | 89.4 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 11 | 0 | 0.93 | 0.95 | 0.11 | 1.66 | 0.91 | 0.47 |
| Hex | E4 | 11 | B | 0 | 5D | 5F | B | 2 | 5B | 2F |
| Octal | 344 | 21 | 13 | 0 | 135 | 137 | 13 | 2 | 133 | 57 |
| Binary | 11100100 | 10001 | 1011 | 0 | 1011101 | 1011111 | 1011 | 10 | 1011011 | 101111 |
Color Harmonies of #E4110B
Complementary color
Monochromatic Colors of #E4110B
Black with #E4110B
Text Example
Text Example
White with #E4110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4110B; }
p { color: rgb(228,17,11); }
H1.HeaderClassName
{
color: #E4110B;
}
.AnyTagClassName
{
color: #E4110B;
}
</style>
background-color css
<style>
a { background-color: #E4110B; }
a { background-color: rgb(228,17,11); }
div.DivClassName
{
background-color: #E4110B;
}
.BgClassName
{
background-color: #E4110B;
}
</style>
border-color css
<style>
span { border-color: #E4110B; }
span { border-color: rgb(228,17,11); }
td.TdClassName
{
border-color: #E4110B;
}
.TagClassName
{
border-color: #E4110B;
}
</style>