Shades of Red #E6110D
Tints of Red #E6110D
RGB
CMYK
RGB Variations
Color information
#E6110D (or 0xE6110D) is known color: Red. HEX triplet: E6, 11 and 0D. RGB value is (230,17,13). Sum of RGB (Red+Green+Blue) = 230+17+13=260 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 230 - color contains mainly: red. Hex color #E6110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6110D is #19EEF2. Grayscale: #505050. Windows color (decimal): -1699571 or 856550. OLE color: 856550.
HSL color Cylindrical-coordinate representation of color #E6110D: hue angle of 1.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6110D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.10 |
| HSL | 1.11º | 0.89% | 0.48% | - |
| HSV(B) | 1.11º | 0.94% | 0.9% | - |
| XYZ | 32.91 | 17.25 | 1.98 | - |
| YUV | 80.23 | 90.07 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 13 | 0 | 0.93 | 0.94 | 0.10 | 1.11 | 0.89 | 0.48 |
| Hex | E6 | 11 | D | 0 | 5D | 5E | A | 1 | 59 | 30 |
| Octal | 346 | 21 | 15 | 0 | 135 | 136 | 12 | 1 | 131 | 60 |
| Binary | 11100110 | 10001 | 1101 | 0 | 1011101 | 1011110 | 1010 | 1 | 1011001 | 110000 |
Color Harmonies of #E6110D
Complementary color
Monochromatic Colors of #E6110D
Black with #E6110D
Text Example
Text Example
White with #E6110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6110D; }
p { color: rgb(230,17,13); }
H1.HeaderClassName
{
color: #E6110D;
}
.AnyTagClassName
{
color: #E6110D;
}
</style>
background-color css
<style>
a { background-color: #E6110D; }
a { background-color: rgb(230,17,13); }
div.DivClassName
{
background-color: #E6110D;
}
.BgClassName
{
background-color: #E6110D;
}
</style>
border-color css
<style>
span { border-color: #E6110D; }
span { border-color: rgb(230,17,13); }
td.TdClassName
{
border-color: #E6110D;
}
.TagClassName
{
border-color: #E6110D;
}
</style>