Shades of Red #E60200
Tints of Red #E60200
RGB
CMYK
RGB Variations
Color information
#E60200 (or 0xE60200) is known color: Red. HEX triplet: E6, 02 and 00. RGB value is (230,2,0). Sum of RGB (Red+Green+Blue) = 230+2+0=232 (30% of max value = 765). Red value is 230 (90.23% from 255 or 99.14% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 230 - color contains mainly: red. Hex color #E60200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60200 is #19FDFF. Grayscale: #464646. Windows color (decimal): -1703424 or 742. OLE color: 742.
HSL color Cylindrical-coordinate representation of color #E60200: hue angle of 0.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.10 |
| HSL | 0.52º | 1% | 0.45% | - |
| HSV(B) | 0.52º | 1% | 0.9% | - |
| XYZ | 32.65 | 16.87 | 1.53 | - |
| YUV | 69.94 | 88.54 | 242.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 2 | 0 | 0 | 0.99 | 1 | 0.10 | 0.52 | 1 | 0.45 |
| Hex | E6 | 2 | 0 | 0 | 63 | 64 | A | 1 | 64 | 2D |
| Octal | 346 | 2 | 0 | 0 | 143 | 144 | 12 | 1 | 144 | 55 |
| Binary | 11100110 | 10 | 0 | 0 | 1100011 | 1100100 | 1010 | 1 | 1100100 | 101101 |
Color Harmonies of #E60200
Complementary color
Monochromatic Colors of #E60200
Black with #E60200
Text Example
Text Example
White with #E60200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60200; }
p { color: rgb(230,2,0); }
H1.HeaderClassName
{
color: #E60200;
}
.AnyTagClassName
{
color: #E60200;
}
</style>
background-color css
<style>
a { background-color: #E60200; }
a { background-color: rgb(230,2,0); }
div.DivClassName
{
background-color: #E60200;
}
.BgClassName
{
background-color: #E60200;
}
</style>
border-color css
<style>
span { border-color: #E60200; }
span { border-color: rgb(230,2,0); }
td.TdClassName
{
border-color: #E60200;
}
.TagClassName
{
border-color: #E60200;
}
</style>