Shades of Red #E60802
Tints of Red #E60802
RGB
CMYK
RGB Variations
Color information
#E60802 (or 0xE60802) is known color: Red. HEX triplet: E6, 08 and 02. RGB value is (230,8,2). Sum of RGB (Red+Green+Blue) = 230+8+2=240 (31% of max value = 765). Red value is 230 (90.23% from 255 or 95.83% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 230 - color contains mainly: red. Hex color #E60802 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60802 is #19F7FD. Grayscale: #494949. Windows color (decimal): -1701886 or 133350. OLE color: 133350.
HSL color Cylindrical-coordinate representation of color #E60802: hue angle of 1.58º 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 #E60802 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 8 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.10 |
| HSL | 1.58º | 0.98% | 0.45% | - |
| HSV(B) | 1.58º | 0.99% | 0.9% | - |
| XYZ | 32.73 | 17 | 1.61 | - |
| YUV | 73.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 8 | 2 | 0 | 0.97 | 0.99 | 0.10 | 1.58 | 0.98 | 0.45 |
| Hex | E6 | 8 | 2 | 0 | 61 | 63 | A | 2 | 62 | 2D |
| Octal | 346 | 10 | 2 | 0 | 141 | 143 | 12 | 2 | 142 | 55 |
| Binary | 11100110 | 1000 | 10 | 0 | 1100001 | 1100011 | 1010 | 10 | 1100010 | 101101 |
Color Harmonies of #E60802
Complementary color
Monochromatic Colors of #E60802
Black with #E60802
Text Example
Text Example
White with #E60802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60802; }
p { color: rgb(230,8,2); }
H1.HeaderClassName
{
color: #E60802;
}
.AnyTagClassName
{
color: #E60802;
}
</style>
background-color css
<style>
a { background-color: #E60802; }
a { background-color: rgb(230,8,2); }
div.DivClassName
{
background-color: #E60802;
}
.BgClassName
{
background-color: #E60802;
}
</style>
border-color css
<style>
span { border-color: #E60802; }
span { border-color: rgb(230,8,2); }
td.TdClassName
{
border-color: #E60802;
}
.TagClassName
{
border-color: #E60802;
}
</style>