Shades of Red #E60F03
Tints of Red #E60F03
RGB
CMYK
RGB Variations
Color information
#E60F03 (or 0xE60F03) is known color: Red. HEX triplet: E6, 0F and 03. RGB value is (230,15,3). Sum of RGB (Red+Green+Blue) = 230+15+3=248 (32% of max value = 765). Red value is 230 (90.23% from 255 or 92.74% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F03 is #19F0FC. Grayscale: #4E4E4E. Windows color (decimal): -1700093 or 200678. OLE color: 200678.
HSL color Cylindrical-coordinate representation of color #E60F03: hue angle of 3.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60F03 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 3 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.10 |
| HSL | 3.17º | 0.97% | 0.46% | - |
| HSV(B) | 3.17º | 0.99% | 0.9% | - |
| XYZ | 32.82 | 17.17 | 1.67 | - |
| YUV | 77.92 | 85.73 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 3 | 0 | 0.93 | 0.99 | 0.10 | 3.17 | 0.97 | 0.46 |
| Hex | E6 | F | 3 | 0 | 5D | 63 | A | 3 | 61 | 2E |
| Octal | 346 | 17 | 3 | 0 | 135 | 143 | 12 | 3 | 141 | 56 |
| Binary | 11100110 | 1111 | 11 | 0 | 1011101 | 1100011 | 1010 | 11 | 1100001 | 101110 |
Color Harmonies of #E60F03
Complementary color
Monochromatic Colors of #E60F03
Black with #E60F03
Text Example
Text Example
White with #E60F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F03; }
p { color: rgb(230,15,3); }
H1.HeaderClassName
{
color: #E60F03;
}
.AnyTagClassName
{
color: #E60F03;
}
</style>
background-color css
<style>
a { background-color: #E60F03; }
a { background-color: rgb(230,15,3); }
div.DivClassName
{
background-color: #E60F03;
}
.BgClassName
{
background-color: #E60F03;
}
</style>
border-color css
<style>
span { border-color: #E60F03; }
span { border-color: rgb(230,15,3); }
td.TdClassName
{
border-color: #E60F03;
}
.TagClassName
{
border-color: #E60F03;
}
</style>