Shades of Red #E60502
Tints of Red #E60502
RGB
CMYK
RGB Variations
Color information
#E60502 (or 0xE60502) is known color: Red. HEX triplet: E6, 05 and 02. RGB value is (230,5,2). Sum of RGB (Red+Green+Blue) = 230+5+2=237 (31% of max value = 765). Red value is 230 (90.23% from 255 or 97.05% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 230 - color contains mainly: red. Hex color #E60502 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60502 is #19FAFD. Grayscale: #484848. Windows color (decimal): -1702654 or 132582. OLE color: 132582.
HSL color Cylindrical-coordinate representation of color #E60502: hue angle of 0.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60502 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.10 |
| HSL | 0.79º | 0.98% | 0.45% | - |
| HSV(B) | 0.79º | 0.99% | 0.9% | - |
| XYZ | 32.7 | 16.94 | 1.6 | - |
| YUV | 71.93 | 88.54 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 2 | 0 | 0.98 | 0.99 | 0.10 | 0.79 | 0.98 | 0.45 |
| Hex | E6 | 5 | 2 | 0 | 62 | 63 | A | 1 | 62 | 2D |
| Octal | 346 | 5 | 2 | 0 | 142 | 143 | 12 | 1 | 142 | 55 |
| Binary | 11100110 | 101 | 10 | 0 | 1100010 | 1100011 | 1010 | 1 | 1100010 | 101101 |
Color Harmonies of #E60502
Complementary color
Monochromatic Colors of #E60502
Black with #E60502
Text Example
Text Example
White with #E60502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60502; }
p { color: rgb(230,5,2); }
H1.HeaderClassName
{
color: #E60502;
}
.AnyTagClassName
{
color: #E60502;
}
</style>
background-color css
<style>
a { background-color: #E60502; }
a { background-color: rgb(230,5,2); }
div.DivClassName
{
background-color: #E60502;
}
.BgClassName
{
background-color: #E60502;
}
</style>
border-color css
<style>
span { border-color: #E60502; }
span { border-color: rgb(230,5,2); }
td.TdClassName
{
border-color: #E60502;
}
.TagClassName
{
border-color: #E60502;
}
</style>