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