Shades of Red #E20702
Tints of Red #E20702
RGB
CMYK
RGB Variations
Color information
#E20702 (or 0xE20702) is known color: Red. HEX triplet: E2, 07 and 02. RGB value is (226,7,2). Sum of RGB (Red+Green+Blue) = 226+7+2=235 (31% of max value = 765). Red value is 226 (88.67% from 255 or 96.17% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 226 - color contains mainly: red. Hex color #E20702 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20702 is #1DF8FD. Grayscale: #484848. Windows color (decimal): -1964286 or 133090. OLE color: 133090.
HSL color Cylindrical-coordinate representation of color #E20702: hue angle of 1.34º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E20702 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 2 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.11 |
| HSL | 1.34º | 0.98% | 0.45% | - |
| HSV(B) | 1.34º | 0.99% | 0.89% | - |
| XYZ | 31.45 | 16.33 | 1.55 | - |
| YUV | 71.91 | 88.55 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 2 | 0 | 0.97 | 0.99 | 0.11 | 1.34 | 0.98 | 0.45 |
| Hex | E2 | 7 | 2 | 0 | 61 | 63 | B | 1 | 62 | 2D |
| Octal | 342 | 7 | 2 | 0 | 141 | 143 | 13 | 1 | 142 | 55 |
| Binary | 11100010 | 111 | 10 | 0 | 1100001 | 1100011 | 1011 | 1 | 1100010 | 101101 |
Color Harmonies of #E20702
Complementary color
Monochromatic Colors of #E20702
Black with #E20702
Text Example
Text Example
White with #E20702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20702; }
p { color: rgb(226,7,2); }
H1.HeaderClassName
{
color: #E20702;
}
.AnyTagClassName
{
color: #E20702;
}
</style>
background-color css
<style>
a { background-color: #E20702; }
a { background-color: rgb(226,7,2); }
div.DivClassName
{
background-color: #E20702;
}
.BgClassName
{
background-color: #E20702;
}
</style>
border-color css
<style>
span { border-color: #E20702; }
span { border-color: rgb(226,7,2); }
td.TdClassName
{
border-color: #E20702;
}
.TagClassName
{
border-color: #E20702;
}
</style>