Shades of Red #E10C04
Tints of Red #E10C04
RGB
CMYK
RGB Variations
Color information
#E10C04 (or 0xE10C04) is known color: Red. HEX triplet: E1, 0C and 04. RGB value is (225,12,4). Sum of RGB (Red+Green+Blue) = 225+12+4=241 (31% of max value = 765). Red value is 225 (88.28% from 255 or 93.36% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C04 is #1EF3FB. Grayscale: #4B4B4B. Windows color (decimal): -2028540 or 265441. OLE color: 265441.
HSL color Cylindrical-coordinate representation of color #E10C04: hue angle of 2.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E10C04 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 4 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.12 |
| HSL | 2.17º | 0.97% | 0.45% | - |
| HSV(B) | 2.17º | 0.98% | 0.88% | - |
| XYZ | 31.2 | 16.28 | 1.61 | - |
| YUV | 74.78 | 88.07 | 235.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 4 | 0 | 0.95 | 0.98 | 0.12 | 2.17 | 0.97 | 0.45 |
| Hex | E1 | C | 4 | 0 | 5F | 62 | C | 2 | 61 | 2D |
| Octal | 341 | 14 | 4 | 0 | 137 | 142 | 14 | 2 | 141 | 55 |
| Binary | 11100001 | 1100 | 100 | 0 | 1011111 | 1100010 | 1100 | 10 | 1100001 | 101101 |
Color Harmonies of #E10C04
Complementary color
Monochromatic Colors of #E10C04
Black with #E10C04
Text Example
Text Example
White with #E10C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C04; }
p { color: rgb(225,12,4); }
H1.HeaderClassName
{
color: #E10C04;
}
.AnyTagClassName
{
color: #E10C04;
}
</style>
background-color css
<style>
a { background-color: #E10C04; }
a { background-color: rgb(225,12,4); }
div.DivClassName
{
background-color: #E10C04;
}
.BgClassName
{
background-color: #E10C04;
}
</style>
border-color css
<style>
span { border-color: #E10C04; }
span { border-color: rgb(225,12,4); }
td.TdClassName
{
border-color: #E10C04;
}
.TagClassName
{
border-color: #E10C04;
}
</style>