Shades of Red #E20804
Tints of Red #E20804
RGB
CMYK
RGB Variations
Color information
#E20804 (or 0xE20804) is known color: Red. HEX triplet: E2, 08 and 04. RGB value is (226,8,4). Sum of RGB (Red+Green+Blue) = 226+8+4=238 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.96% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 226 - color contains mainly: red. Hex color #E20804 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20804 is #1DF7FB. Grayscale: #484848. Windows color (decimal): -1964028 or 264418. OLE color: 264418.
HSL color Cylindrical-coordinate representation of color #E20804: hue angle of 1.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E20804 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 8 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.11 |
| HSL | 1.08º | 0.97% | 0.45% | - |
| HSV(B) | 1.08º | 0.98% | 0.89% | - |
| XYZ | 31.47 | 16.35 | 1.61 | - |
| YUV | 72.73 | 89.22 | 237.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 8 | 4 | 0 | 0.96 | 0.98 | 0.11 | 1.08 | 0.97 | 0.45 |
| Hex | E2 | 8 | 4 | 0 | 60 | 62 | B | 1 | 61 | 2D |
| Octal | 342 | 10 | 4 | 0 | 140 | 142 | 13 | 1 | 141 | 55 |
| Binary | 11100010 | 1000 | 100 | 0 | 1100000 | 1100010 | 1011 | 1 | 1100001 | 101101 |
Color Harmonies of #E20804
Complementary color
Monochromatic Colors of #E20804
Black with #E20804
Text Example
Text Example
White with #E20804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20804; }
p { color: rgb(226,8,4); }
H1.HeaderClassName
{
color: #E20804;
}
.AnyTagClassName
{
color: #E20804;
}
</style>
background-color css
<style>
a { background-color: #E20804; }
a { background-color: rgb(226,8,4); }
div.DivClassName
{
background-color: #E20804;
}
.BgClassName
{
background-color: #E20804;
}
</style>
border-color css
<style>
span { border-color: #E20804; }
span { border-color: rgb(226,8,4); }
td.TdClassName
{
border-color: #E20804;
}
.TagClassName
{
border-color: #E20804;
}
</style>