Shades of Red #E60C05
Tints of Red #E60C05
RGB
CMYK
RGB Variations
Color information
#E60C05 (or 0xE60C05) is known color: Red. HEX triplet: E6, 0C and 05. RGB value is (230,12,5). Sum of RGB (Red+Green+Blue) = 230+12+5=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E60C05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60C05 is #19F3FA. Grayscale: #4C4C4C. Windows color (decimal): -1700859 or 330982. OLE color: 330982.
HSL color Cylindrical-coordinate representation of color #E60C05: hue angle of 1.87º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E60C05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.10 |
| HSL | 1.87º | 0.96% | 0.46% | - |
| HSV(B) | 1.87º | 0.98% | 0.9% | - |
| XYZ | 32.79 | 17.1 | 1.72 | - |
| YUV | 76.38 | 87.72 | 237.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 5 | 0 | 0.95 | 0.98 | 0.10 | 1.87 | 0.96 | 0.46 |
| Hex | E6 | C | 5 | 0 | 5F | 62 | A | 2 | 60 | 2E |
| Octal | 346 | 14 | 5 | 0 | 137 | 142 | 12 | 2 | 140 | 56 |
| Binary | 11100110 | 1100 | 101 | 0 | 1011111 | 1100010 | 1010 | 10 | 1100000 | 101110 |
Color Harmonies of #E60C05
Complementary color
Monochromatic Colors of #E60C05
Black with #E60C05
Text Example
Text Example
White with #E60C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60C05; }
p { color: rgb(230,12,5); }
H1.HeaderClassName
{
color: #E60C05;
}
.AnyTagClassName
{
color: #E60C05;
}
</style>
background-color css
<style>
a { background-color: #E60C05; }
a { background-color: rgb(230,12,5); }
div.DivClassName
{
background-color: #E60C05;
}
.BgClassName
{
background-color: #E60C05;
}
</style>
border-color css
<style>
span { border-color: #E60C05; }
span { border-color: rgb(230,12,5); }
td.TdClassName
{
border-color: #E60C05;
}
.TagClassName
{
border-color: #E60C05;
}
</style>