Shades of Red #E10C08
Tints of Red #E10C08
RGB
CMYK
RGB Variations
Color information
#E10C08 (or 0xE10C08) is known color: Red. HEX triplet: E1, 0C and 08. RGB value is (225,12,8). Sum of RGB (Red+Green+Blue) = 225+12+8=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C08 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C08 is #1EF3F7. Grayscale: #4B4B4B. Windows color (decimal): -2028536 or 527585. OLE color: 527585.
HSL color Cylindrical-coordinate representation of color #E10C08: hue angle of 1.11º 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 #E10C08 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 8 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.12 |
| HSL | 1.11º | 0.93% | 0.46% | - |
| HSV(B) | 1.11º | 0.96% | 0.88% | - |
| XYZ | 31.23 | 16.29 | 1.73 | - |
| YUV | 75.23 | 90.07 | 234.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 8 | 0 | 0.95 | 0.96 | 0.12 | 1.11 | 0.93 | 0.46 |
| Hex | E1 | C | 8 | 0 | 5F | 60 | C | 1 | 5D | 2E |
| Octal | 341 | 14 | 10 | 0 | 137 | 140 | 14 | 1 | 135 | 56 |
| Binary | 11100001 | 1100 | 1000 | 0 | 1011111 | 1100000 | 1100 | 1 | 1011101 | 101110 |
Color Harmonies of #E10C08
Complementary color
Monochromatic Colors of #E10C08
Black with #E10C08
Text Example
Text Example
White with #E10C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C08; }
p { color: rgb(225,12,8); }
H1.HeaderClassName
{
color: #E10C08;
}
.AnyTagClassName
{
color: #E10C08;
}
</style>
background-color css
<style>
a { background-color: #E10C08; }
a { background-color: rgb(225,12,8); }
div.DivClassName
{
background-color: #E10C08;
}
.BgClassName
{
background-color: #E10C08;
}
</style>
border-color css
<style>
span { border-color: #E10C08; }
span { border-color: rgb(225,12,8); }
td.TdClassName
{
border-color: #E10C08;
}
.TagClassName
{
border-color: #E10C08;
}
</style>