Shades of Red #E10C0C
Tints of Red #E10C0C
RGB
CMYK
RGB Variations
Color information
#E10C0C (or 0xE10C0C) is known color: Red. HEX triplet: E1, 0C and 0C. RGB value is (225,12,12). Sum of RGB (Red+Green+Blue) = 225+12+12=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E10C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10C0C is #1EF3F3. Grayscale: #4B4B4B. Windows color (decimal): -2028532 or 789729. OLE color: 789729.
HSL color Cylindrical-coordinate representation of color #E10C0C: hue angle of 0º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10C0C is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 12 | 12 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.12 |
| HSL | 0º | 0.9% | 0.46% | - |
| HSV(B) | 0º | 0.95% | 0.88% | - |
| XYZ | 31.25 | 16.3 | 1.85 | - |
| YUV | 75.69 | 92.07 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 12 | 12 | 0 | 0.95 | 0.95 | 0.12 | 0 | 0.9 | 0.46 |
| Hex | E1 | C | C | 0 | 5F | 5F | C | 0 | 5A | 2E |
| Octal | 341 | 14 | 14 | 0 | 137 | 137 | 14 | 0 | 132 | 56 |
| Binary | 11100001 | 1100 | 1100 | 0 | 1011111 | 1011111 | 1100 | 0 | 1011010 | 101110 |
Color Harmonies of #E10C0C
Complementary color
Monochromatic Colors of #E10C0C
Black with #E10C0C
Text Example
Text Example
White with #E10C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10C0C; }
p { color: rgb(225,12,12); }
H1.HeaderClassName
{
color: #E10C0C;
}
.AnyTagClassName
{
color: #E10C0C;
}
</style>
background-color css
<style>
a { background-color: #E10C0C; }
a { background-color: rgb(225,12,12); }
div.DivClassName
{
background-color: #E10C0C;
}
.BgClassName
{
background-color: #E10C0C;
}
</style>
border-color css
<style>
span { border-color: #E10C0C; }
span { border-color: rgb(225,12,12); }
td.TdClassName
{
border-color: #E10C0C;
}
.TagClassName
{
border-color: #E10C0C;
}
</style>