Shades of Red #E11208
Tints of Red #E11208
RGB
CMYK
RGB Variations
Color information
#E11208 (or 0xE11208) is known color: Red. HEX triplet: E1, 12 and 08. RGB value is (225,18,8). Sum of RGB (Red+Green+Blue) = 225+18+8=251 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.64% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 225 - color contains mainly: red. Hex color #E11208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E11208 is #1EEDF7. Grayscale: #4F4F4F. Windows color (decimal): -2027000 or 529121. OLE color: 529121.
HSL color Cylindrical-coordinate representation of color #E11208: hue angle of 2.76º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E11208 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 18 | 8 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.12 |
| HSL | 2.76º | 0.93% | 0.46% | - |
| HSV(B) | 2.76º | 0.96% | 0.88% | - |
| XYZ | 31.31 | 16.46 | 1.76 | - |
| YUV | 78.75 | 88.08 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 18 | 8 | 0 | 0.92 | 0.96 | 0.12 | 2.76 | 0.93 | 0.46 |
| Hex | E1 | 12 | 8 | 0 | 5C | 60 | C | 3 | 5D | 2E |
| Octal | 341 | 22 | 10 | 0 | 134 | 140 | 14 | 3 | 135 | 56 |
| Binary | 11100001 | 10010 | 1000 | 0 | 1011100 | 1100000 | 1100 | 11 | 1011101 | 101110 |
Color Harmonies of #E11208
Complementary color
Monochromatic Colors of #E11208
Black with #E11208
Text Example
Text Example
White with #E11208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11208; }
p { color: rgb(225,18,8); }
H1.HeaderClassName
{
color: #E11208;
}
.AnyTagClassName
{
color: #E11208;
}
</style>
background-color css
<style>
a { background-color: #E11208; }
a { background-color: rgb(225,18,8); }
div.DivClassName
{
background-color: #E11208;
}
.BgClassName
{
background-color: #E11208;
}
</style>
border-color css
<style>
span { border-color: #E11208; }
span { border-color: rgb(225,18,8); }
td.TdClassName
{
border-color: #E11208;
}
.TagClassName
{
border-color: #E11208;
}
</style>