Shades of Red #E71204
Tints of Red #E71204
RGB
CMYK
RGB Variations
Color information
#E71204 (or 0xE71204) is known color: Red. HEX triplet: E7, 12 and 04. RGB value is (231,18,4). Sum of RGB (Red+Green+Blue) = 231+18+4=253 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.30% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 231 - color contains mainly: red. Hex color #E71204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E71204 is #18EDFB. Grayscale: #505050. Windows color (decimal): -1633788 or 266983. OLE color: 266983.
HSL color Cylindrical-coordinate representation of color #E71204: hue angle of 3.7º 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 #E71204 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.09 |
| HSL | 3.7º | 0.97% | 0.46% | - |
| HSV(B) | 3.7º | 0.98% | 0.91% | - |
| XYZ | 33.19 | 17.43 | 1.73 | - |
| YUV | 80.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 4 | 0 | 0.92 | 0.98 | 0.09 | 3.7 | 0.97 | 0.46 |
| Hex | E7 | 12 | 4 | 0 | 5C | 62 | 9 | 4 | 61 | 2E |
| Octal | 347 | 22 | 4 | 0 | 134 | 142 | 11 | 4 | 141 | 56 |
| Binary | 11100111 | 10010 | 100 | 0 | 1011100 | 1100010 | 1001 | 100 | 1100001 | 101110 |
Color Harmonies of #E71204
Complementary color
Monochromatic Colors of #E71204
Black with #E71204
Text Example
Text Example
White with #E71204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71204; }
p { color: rgb(231,18,4); }
H1.HeaderClassName
{
color: #E71204;
}
.AnyTagClassName
{
color: #E71204;
}
</style>
background-color css
<style>
a { background-color: #E71204; }
a { background-color: rgb(231,18,4); }
div.DivClassName
{
background-color: #E71204;
}
.BgClassName
{
background-color: #E71204;
}
</style>
border-color css
<style>
span { border-color: #E71204; }
span { border-color: rgb(231,18,4); }
td.TdClassName
{
border-color: #E71204;
}
.TagClassName
{
border-color: #E71204;
}
</style>