Shades of Red #E60F0E
Tints of Red #E60F0E
RGB
CMYK
RGB Variations
Color information
#E60F0E (or 0xE60F0E) is known color: Red. HEX triplet: E6, 0F and 0E. RGB value is (230,15,14). Sum of RGB (Red+Green+Blue) = 230+15+14=259 (34% of max value = 765). Red value is 230 (90.23% from 255 or 88.80% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F0E is #19F0F1. Grayscale: #4F4F4F. Windows color (decimal): -1700082 or 921574. OLE color: 921574.
HSL color Cylindrical-coordinate representation of color #E60F0E: hue angle of 0.28º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60F0E is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 14 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.10 |
| HSL | 0.28º | 0.89% | 0.48% | - |
| HSV(B) | 0.28º | 0.94% | 0.9% | - |
| XYZ | 32.88 | 17.2 | 2 | - |
| YUV | 79.17 | 91.23 | 235.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 14 | 0 | 0.93 | 0.94 | 0.10 | 0.28 | 0.89 | 0.48 |
| Hex | E6 | F | E | 0 | 5D | 5E | A | 0 | 59 | 30 |
| Octal | 346 | 17 | 16 | 0 | 135 | 136 | 12 | 0 | 131 | 60 |
| Binary | 11100110 | 1111 | 1110 | 0 | 1011101 | 1011110 | 1010 | 0 | 1011001 | 110000 |
Color Harmonies of #E60F0E
Complementary color
Monochromatic Colors of #E60F0E
Black with #E60F0E
Text Example
Text Example
White with #E60F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F0E; }
p { color: rgb(230,15,14); }
H1.HeaderClassName
{
color: #E60F0E;
}
.AnyTagClassName
{
color: #E60F0E;
}
</style>
background-color css
<style>
a { background-color: #E60F0E; }
a { background-color: rgb(230,15,14); }
div.DivClassName
{
background-color: #E60F0E;
}
.BgClassName
{
background-color: #E60F0E;
}
</style>
border-color css
<style>
span { border-color: #E60F0E; }
span { border-color: rgb(230,15,14); }
td.TdClassName
{
border-color: #E60F0E;
}
.TagClassName
{
border-color: #E60F0E;
}
</style>