Shades of Red #E5100B
Tints of Red #E5100B
RGB
CMYK
RGB Variations
Color information
#E5100B (or 0xE5100B) is known color: Red. HEX triplet: E5, 10 and 0B. RGB value is (229,16,11). Sum of RGB (Red+Green+Blue) = 229+16+11=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E5100B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5100B is #1AEFF4. Grayscale: #4F4F4F. Windows color (decimal): -1765365 or 725221. OLE color: 725221.
HSL color Cylindrical-coordinate representation of color #E5100B: hue angle of 1.38º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5100B is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 16 | 11 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.10 |
| HSL | 1.38º | 0.91% | 0.47% | - |
| HSV(B) | 1.38º | 0.95% | 0.9% | - |
| XYZ | 32.56 | 17.05 | 1.89 | - |
| YUV | 79.12 | 89.57 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 16 | 11 | 0 | 0.93 | 0.95 | 0.10 | 1.38 | 0.91 | 0.47 |
| Hex | E5 | 10 | B | 0 | 5D | 5F | A | 1 | 5B | 2F |
| Octal | 345 | 20 | 13 | 0 | 135 | 137 | 12 | 1 | 133 | 57 |
| Binary | 11100101 | 10000 | 1011 | 0 | 1011101 | 1011111 | 1010 | 1 | 1011011 | 101111 |
Color Harmonies of #E5100B
Complementary color
Monochromatic Colors of #E5100B
Black with #E5100B
Text Example
Text Example
White with #E5100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5100B; }
p { color: rgb(229,16,11); }
H1.HeaderClassName
{
color: #E5100B;
}
.AnyTagClassName
{
color: #E5100B;
}
</style>
background-color css
<style>
a { background-color: #E5100B; }
a { background-color: rgb(229,16,11); }
div.DivClassName
{
background-color: #E5100B;
}
.BgClassName
{
background-color: #E5100B;
}
</style>
border-color css
<style>
span { border-color: #E5100B; }
span { border-color: rgb(229,16,11); }
td.TdClassName
{
border-color: #E5100B;
}
.TagClassName
{
border-color: #E5100B;
}
</style>