Shades of Red #E60F08
Tints of Red #E60F08
RGB
CMYK
RGB Variations
Color information
#E60F08 (or 0xE60F08) is known color: Red. HEX triplet: E6, 0F and 08. RGB value is (230,15,8). Sum of RGB (Red+Green+Blue) = 230+15+8=253 (33% of max value = 765). Red value is 230 (90.23% from 255 or 90.91% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F08 is #19F0F7. Grayscale: #4E4E4E. Windows color (decimal): -1700088 or 528358. OLE color: 528358.
HSL color Cylindrical-coordinate representation of color #E60F08: hue angle of 1.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E60F08 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 8 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.10 |
| HSL | 1.89º | 0.93% | 0.47% | - |
| HSV(B) | 1.89º | 0.97% | 0.9% | - |
| XYZ | 32.85 | 17.18 | 1.81 | - |
| YUV | 78.49 | 88.23 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 8 | 0 | 0.93 | 0.97 | 0.10 | 1.89 | 0.93 | 0.47 |
| Hex | E6 | F | 8 | 0 | 5D | 61 | A | 2 | 5D | 2F |
| Octal | 346 | 17 | 10 | 0 | 135 | 141 | 12 | 2 | 135 | 57 |
| Binary | 11100110 | 1111 | 1000 | 0 | 1011101 | 1100001 | 1010 | 10 | 1011101 | 101111 |
Color Harmonies of #E60F08
Complementary color
Monochromatic Colors of #E60F08
Black with #E60F08
Text Example
Text Example
White with #E60F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F08; }
p { color: rgb(230,15,8); }
H1.HeaderClassName
{
color: #E60F08;
}
.AnyTagClassName
{
color: #E60F08;
}
</style>
background-color css
<style>
a { background-color: #E60F08; }
a { background-color: rgb(230,15,8); }
div.DivClassName
{
background-color: #E60F08;
}
.BgClassName
{
background-color: #E60F08;
}
</style>
border-color css
<style>
span { border-color: #E60F08; }
span { border-color: rgb(230,15,8); }
td.TdClassName
{
border-color: #E60F08;
}
.TagClassName
{
border-color: #E60F08;
}
</style>