Shades of Red #E10600
Tints of Red #E10600
RGB
CMYK
RGB Variations
Color information
#E10600 (or 0xE10600) is known color: Red. HEX triplet: E1, 06 and 00. RGB value is (225,6,0). Sum of RGB (Red+Green+Blue) = 225+6+0=231 (30% of max value = 765). Red value is 225 (88.28% from 255 or 97.40% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 225 - color contains mainly: red. Hex color #E10600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10600 is #1EF9FF. Grayscale: #474747. Windows color (decimal): -2030080 or 1761. OLE color: 1761.
HSL color Cylindrical-coordinate representation of color #E10600: hue angle of 1.6º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E10600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.12 |
| HSL | 1.6º | 1% | 0.44% | - |
| HSV(B) | 1.6º | 1% | 0.88% | - |
| XYZ | 31.12 | 16.14 | 1.47 | - |
| YUV | 70.8 | 88.05 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 0 | 0 | 0.97 | 1 | 0.12 | 1.6 | 1 | 0.44 |
| Hex | E1 | 6 | 0 | 0 | 61 | 64 | C | 2 | 64 | 2C |
| Octal | 341 | 6 | 0 | 0 | 141 | 144 | 14 | 2 | 144 | 54 |
| Binary | 11100001 | 110 | 0 | 0 | 1100001 | 1100100 | 1100 | 10 | 1100100 | 101100 |
Color Harmonies of #E10600
Complementary color
Monochromatic Colors of #E10600
Black with #E10600
Text Example
Text Example
White with #E10600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10600; }
p { color: rgb(225,6,0); }
H1.HeaderClassName
{
color: #E10600;
}
.AnyTagClassName
{
color: #E10600;
}
</style>
background-color css
<style>
a { background-color: #E10600; }
a { background-color: rgb(225,6,0); }
div.DivClassName
{
background-color: #E10600;
}
.BgClassName
{
background-color: #E10600;
}
</style>
border-color css
<style>
span { border-color: #E10600; }
span { border-color: rgb(225,6,0); }
td.TdClassName
{
border-color: #E10600;
}
.TagClassName
{
border-color: #E10600;
}
</style>