Shades of Red #E1100D
Tints of Red #E1100D
RGB
CMYK
RGB Variations
Color information
#E1100D (or 0xE1100D) is known color: Red. HEX triplet: E1, 10 and 0D. RGB value is (225,16,13). Sum of RGB (Red+Green+Blue) = 225+16+13=254 (33% of max value = 765). Red value is 225 (88.28% from 255 or 88.58% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 225 - color contains mainly: red. Hex color #E1100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1100D is #1EEFF2. Grayscale: #4E4E4E. Windows color (decimal): -2027507 or 856289. OLE color: 856289.
HSL color Cylindrical-coordinate representation of color #E1100D: hue angle of 0.85º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.12 |
| HSL | 0.85º | 0.89% | 0.47% | - |
| HSV(B) | 0.85º | 0.94% | 0.88% | - |
| XYZ | 31.31 | 16.41 | 1.9 | - |
| YUV | 78.15 | 91.24 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 16 | 13 | 0 | 0.93 | 0.94 | 0.12 | 0.85 | 0.89 | 0.47 |
| Hex | E1 | 10 | D | 0 | 5D | 5E | C | 1 | 59 | 2F |
| Octal | 341 | 20 | 15 | 0 | 135 | 136 | 14 | 1 | 131 | 57 |
| Binary | 11100001 | 10000 | 1101 | 0 | 1011101 | 1011110 | 1100 | 1 | 1011001 | 101111 |
Color Harmonies of #E1100D
Complementary color
Monochromatic Colors of #E1100D
Black with #E1100D
Text Example
Text Example
White with #E1100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1100D; }
p { color: rgb(225,16,13); }
H1.HeaderClassName
{
color: #E1100D;
}
.AnyTagClassName
{
color: #E1100D;
}
</style>
background-color css
<style>
a { background-color: #E1100D; }
a { background-color: rgb(225,16,13); }
div.DivClassName
{
background-color: #E1100D;
}
.BgClassName
{
background-color: #E1100D;
}
</style>
border-color css
<style>
span { border-color: #E1100D; }
span { border-color: rgb(225,16,13); }
td.TdClassName
{
border-color: #E1100D;
}
.TagClassName
{
border-color: #E1100D;
}
</style>