Shades of Red #E6100F
Tints of Red #E6100F
RGB
CMYK
RGB Variations
Color information
#E6100F (or 0xE6100F) is known color: Red. HEX triplet: E6, 10 and 0F. RGB value is (230,16,15). Sum of RGB (Red+Green+Blue) = 230+16+15=261 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.12% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 230 - color contains mainly: red. Hex color #E6100F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6100F is #19EFF0. Grayscale: #505050. Windows color (decimal): -1699825 or 987366. OLE color: 987366.
HSL color Cylindrical-coordinate representation of color #E6100F: hue angle of 0.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6100F is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 15 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.10 |
| HSL | 0.28º | 0.88% | 0.48% | - |
| HSV(B) | 0.28º | 0.93% | 0.9% | - |
| XYZ | 32.9 | 17.23 | 2.04 | - |
| YUV | 79.87 | 91.4 | 235.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 15 | 0 | 0.93 | 0.93 | 0.10 | 0.28 | 0.88 | 0.48 |
| Hex | E6 | 10 | F | 0 | 5D | 5D | A | 0 | 58 | 30 |
| Octal | 346 | 20 | 17 | 0 | 135 | 135 | 12 | 0 | 130 | 60 |
| Binary | 11100110 | 10000 | 1111 | 0 | 1011101 | 1011101 | 1010 | 0 | 1011000 | 110000 |
Color Harmonies of #E6100F
Complementary color
Monochromatic Colors of #E6100F
Black with #E6100F
Text Example
Text Example
White with #E6100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6100F; }
p { color: rgb(230,16,15); }
H1.HeaderClassName
{
color: #E6100F;
}
.AnyTagClassName
{
color: #E6100F;
}
</style>
background-color css
<style>
a { background-color: #E6100F; }
a { background-color: rgb(230,16,15); }
div.DivClassName
{
background-color: #E6100F;
}
.BgClassName
{
background-color: #E6100F;
}
</style>
border-color css
<style>
span { border-color: #E6100F; }
span { border-color: rgb(230,16,15); }
td.TdClassName
{
border-color: #E6100F;
}
.TagClassName
{
border-color: #E6100F;
}
</style>