Shades of Red #E71004
Tints of Red #E71004
RGB
CMYK
RGB Variations
Color information
#E71004 (or 0xE71004) is known color: Red. HEX triplet: E7, 10 and 04. RGB value is (231,16,4). Sum of RGB (Red+Green+Blue) = 231+16+4=251 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.03% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 231 - color contains mainly: red. Hex color #E71004 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71004 is #18EFFB. Grayscale: #4F4F4F. Windows color (decimal): -1634300 or 266471. OLE color: 266471.
HSL color Cylindrical-coordinate representation of color #E71004: hue angle of 3.17º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E71004 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.09 |
| HSL | 3.17º | 0.97% | 0.46% | - |
| HSV(B) | 3.17º | 0.98% | 0.91% | - |
| XYZ | 33.16 | 17.37 | 1.72 | - |
| YUV | 78.92 | 85.73 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 4 | 0 | 0.93 | 0.98 | 0.09 | 3.17 | 0.97 | 0.46 |
| Hex | E7 | 10 | 4 | 0 | 5D | 62 | 9 | 3 | 61 | 2E |
| Octal | 347 | 20 | 4 | 0 | 135 | 142 | 11 | 3 | 141 | 56 |
| Binary | 11100111 | 10000 | 100 | 0 | 1011101 | 1100010 | 1001 | 11 | 1100001 | 101110 |
Color Harmonies of #E71004
Complementary color
Monochromatic Colors of #E71004
Black with #E71004
Text Example
Text Example
White with #E71004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71004; }
p { color: rgb(231,16,4); }
H1.HeaderClassName
{
color: #E71004;
}
.AnyTagClassName
{
color: #E71004;
}
</style>
background-color css
<style>
a { background-color: #E71004; }
a { background-color: rgb(231,16,4); }
div.DivClassName
{
background-color: #E71004;
}
.BgClassName
{
background-color: #E71004;
}
</style>
border-color css
<style>
span { border-color: #E71004; }
span { border-color: rgb(231,16,4); }
td.TdClassName
{
border-color: #E71004;
}
.TagClassName
{
border-color: #E71004;
}
</style>