Shades of Red #E60A07
Tints of Red #E60A07
RGB
CMYK
RGB Variations
Color information
#E60A07 (or 0xE60A07) is known color: Red. HEX triplet: E6, 0A and 07. RGB value is (230,10,7). Sum of RGB (Red+Green+Blue) = 230+10+7=247 (32% of max value = 765). Red value is 230 (90.23% from 255 or 93.12% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60A07 is #19F5F8. Grayscale: #4B4B4B. Windows color (decimal): -1701369 or 461542. OLE color: 461542.
HSL color Cylindrical-coordinate representation of color #E60A07: hue angle of 0.81º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60A07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 10 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.10 |
| HSL | 0.81º | 0.94% | 0.46% | - |
| HSV(B) | 0.81º | 0.97% | 0.9% | - |
| XYZ | 32.78 | 17.06 | 1.77 | - |
| YUV | 75.44 | 89.39 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 10 | 7 | 0 | 0.96 | 0.97 | 0.10 | 0.81 | 0.94 | 0.46 |
| Hex | E6 | A | 7 | 0 | 60 | 61 | A | 1 | 5E | 2E |
| Octal | 346 | 12 | 7 | 0 | 140 | 141 | 12 | 1 | 136 | 56 |
| Binary | 11100110 | 1010 | 111 | 0 | 1100000 | 1100001 | 1010 | 1 | 1011110 | 101110 |
Color Harmonies of #E60A07
Complementary color
Monochromatic Colors of #E60A07
Black with #E60A07
Text Example
Text Example
White with #E60A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60A07; }
p { color: rgb(230,10,7); }
H1.HeaderClassName
{
color: #E60A07;
}
.AnyTagClassName
{
color: #E60A07;
}
</style>
background-color css
<style>
a { background-color: #E60A07; }
a { background-color: rgb(230,10,7); }
div.DivClassName
{
background-color: #E60A07;
}
.BgClassName
{
background-color: #E60A07;
}
</style>
border-color css
<style>
span { border-color: #E60A07; }
span { border-color: rgb(230,10,7); }
td.TdClassName
{
border-color: #E60A07;
}
.TagClassName
{
border-color: #E60A07;
}
</style>