Shades of Red #E70100
Tints of Red #E70100
RGB
CMYK
RGB Variations
Color information
#E70100 (or 0xE70100) is known color: Red. HEX triplet: E7, 01 and 00. RGB value is (231,1,0). Sum of RGB (Red+Green+Blue) = 231+1+0=232 (30% of max value = 765). Red value is 231 (90.62% from 255 or 99.57% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 231 - color contains mainly: red. Hex color #E70100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70100 is #18FEFF. Grayscale: #454545. Windows color (decimal): -1638144 or 487. OLE color: 487.
HSL color Cylindrical-coordinate representation of color #E70100: hue angle of 0.26º 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 #E70100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.09 |
| HSL | 0.26º | 1% | 0.45% | - |
| HSV(B) | 0.26º | 1% | 0.91% | - |
| XYZ | 32.97 | 17.01 | 1.55 | - |
| YUV | 69.66 | 88.7 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 0 | 0 | 1.00 | 1 | 0.09 | 0.26 | 1 | 0.45 |
| Hex | E7 | 1 | 0 | 0 | 64 | 64 | 9 | 0 | 64 | 2D |
| Octal | 347 | 1 | 0 | 0 | 144 | 144 | 11 | 0 | 144 | 55 |
| Binary | 11100111 | 1 | 0 | 0 | 1100100 | 1100100 | 1001 | 0 | 1100100 | 101101 |
Color Harmonies of #E70100
Complementary color
Monochromatic Colors of #E70100
Black with #E70100
Text Example
Text Example
White with #E70100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70100; }
p { color: rgb(231,1,0); }
H1.HeaderClassName
{
color: #E70100;
}
.AnyTagClassName
{
color: #E70100;
}
</style>
background-color css
<style>
a { background-color: #E70100; }
a { background-color: rgb(231,1,0); }
div.DivClassName
{
background-color: #E70100;
}
.BgClassName
{
background-color: #E70100;
}
</style>
border-color css
<style>
span { border-color: #E70100; }
span { border-color: rgb(231,1,0); }
td.TdClassName
{
border-color: #E70100;
}
.TagClassName
{
border-color: #E70100;
}
</style>