Shades of Red #E70200
Tints of Red #E70200
RGB
CMYK
RGB Variations
Color information
#E70200 (or 0xE70200) is known color: Red. HEX triplet: E7, 02 and 00. RGB value is (231,2,0). Sum of RGB (Red+Green+Blue) = 231+2+0=233 (30% of max value = 765). Red value is 231 (90.62% from 255 or 99.14% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 231 - color contains mainly: red. Hex color #E70200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70200 is #18FDFF. Grayscale: #464646. Windows color (decimal): -1637888 or 743. OLE color: 743.
HSL color Cylindrical-coordinate representation of color #E70200: hue angle of 0.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.09 |
| HSL | 0.52º | 1% | 0.45% | - |
| HSV(B) | 0.52º | 1% | 0.91% | - |
| XYZ | 32.98 | 17.03 | 1.55 | - |
| YUV | 70.24 | 88.37 | 242.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 0 | 0 | 0.99 | 1 | 0.09 | 0.52 | 1 | 0.45 |
| Hex | E7 | 2 | 0 | 0 | 63 | 64 | 9 | 1 | 64 | 2D |
| Octal | 347 | 2 | 0 | 0 | 143 | 144 | 11 | 1 | 144 | 55 |
| Binary | 11100111 | 10 | 0 | 0 | 1100011 | 1100100 | 1001 | 1 | 1100100 | 101101 |
Color Harmonies of #E70200
Complementary color
Monochromatic Colors of #E70200
Black with #E70200
Text Example
Text Example
White with #E70200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70200; }
p { color: rgb(231,2,0); }
H1.HeaderClassName
{
color: #E70200;
}
.AnyTagClassName
{
color: #E70200;
}
</style>
background-color css
<style>
a { background-color: #E70200; }
a { background-color: rgb(231,2,0); }
div.DivClassName
{
background-color: #E70200;
}
.BgClassName
{
background-color: #E70200;
}
</style>
border-color css
<style>
span { border-color: #E70200; }
span { border-color: rgb(231,2,0); }
td.TdClassName
{
border-color: #E70200;
}
.TagClassName
{
border-color: #E70200;
}
</style>