Shades of Red #E70400
Tints of Red #E70400
RGB
CMYK
RGB Variations
Color information
#E70400 (or 0xE70400) is known color: Red. HEX triplet: E7, 04 and 00. RGB value is (231,4,0). Sum of RGB (Red+Green+Blue) = 231+4+0=235 (31% of max value = 765). Red value is 231 (90.62% from 255 or 98.30% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 231 - color contains mainly: red. Hex color #E70400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70400 is #18FBFF. Grayscale: #474747. Windows color (decimal): -1637376 or 1255. OLE color: 1255.
HSL color Cylindrical-coordinate representation of color #E70400: hue angle of 1.04º 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 #E70400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.09 |
| HSL | 1.04º | 1% | 0.45% | - |
| HSV(B) | 1.04º | 1% | 0.91% | - |
| XYZ | 33 | 17.08 | 1.56 | - |
| YUV | 71.42 | 87.71 | 241.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 0 | 0 | 0.98 | 1 | 0.09 | 1.04 | 1 | 0.45 |
| Hex | E7 | 4 | 0 | 0 | 62 | 64 | 9 | 1 | 64 | 2D |
| Octal | 347 | 4 | 0 | 0 | 142 | 144 | 11 | 1 | 144 | 55 |
| Binary | 11100111 | 100 | 0 | 0 | 1100010 | 1100100 | 1001 | 1 | 1100100 | 101101 |
Color Harmonies of #E70400
Complementary color
Monochromatic Colors of #E70400
Black with #E70400
Text Example
Text Example
White with #E70400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70400; }
p { color: rgb(231,4,0); }
H1.HeaderClassName
{
color: #E70400;
}
.AnyTagClassName
{
color: #E70400;
}
</style>
background-color css
<style>
a { background-color: #E70400; }
a { background-color: rgb(231,4,0); }
div.DivClassName
{
background-color: #E70400;
}
.BgClassName
{
background-color: #E70400;
}
</style>
border-color css
<style>
span { border-color: #E70400; }
span { border-color: rgb(231,4,0); }
td.TdClassName
{
border-color: #E70400;
}
.TagClassName
{
border-color: #E70400;
}
</style>