Shades of Red #E6100D
Tints of Red #E6100D
RGB
CMYK
RGB Variations
Color information
#E6100D (or 0xE6100D) is known color: Red. HEX triplet: E6, 10 and 0D. RGB value is (230,16,13). Sum of RGB (Red+Green+Blue) = 230+16+13=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E6100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6100D is #19EFF2. Grayscale: #4F4F4F. Windows color (decimal): -1699827 or 856294. OLE color: 856294.
HSL color Cylindrical-coordinate representation of color #E6100D: hue angle of 0.83º 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 #E6100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.10 |
| HSL | 0.83º | 0.89% | 0.48% | - |
| HSV(B) | 0.83º | 0.94% | 0.9% | - |
| XYZ | 32.89 | 17.22 | 1.97 | - |
| YUV | 79.64 | 90.4 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 13 | 0 | 0.93 | 0.94 | 0.10 | 0.83 | 0.89 | 0.48 |
| Hex | E6 | 10 | D | 0 | 5D | 5E | A | 1 | 59 | 30 |
| Octal | 346 | 20 | 15 | 0 | 135 | 136 | 12 | 1 | 131 | 60 |
| Binary | 11100110 | 10000 | 1101 | 0 | 1011101 | 1011110 | 1010 | 1 | 1011001 | 110000 |
Color Harmonies of #E6100D
Complementary color
Monochromatic Colors of #E6100D
Black with #E6100D
Text Example
Text Example
White with #E6100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6100D; }
p { color: rgb(230,16,13); }
H1.HeaderClassName
{
color: #E6100D;
}
.AnyTagClassName
{
color: #E6100D;
}
</style>
background-color css
<style>
a { background-color: #E6100D; }
a { background-color: rgb(230,16,13); }
div.DivClassName
{
background-color: #E6100D;
}
.BgClassName
{
background-color: #E6100D;
}
</style>
border-color css
<style>
span { border-color: #E6100D; }
span { border-color: rgb(230,16,13); }
td.TdClassName
{
border-color: #E6100D;
}
.TagClassName
{
border-color: #E6100D;
}
</style>