Shades of Red #E20A02
Tints of Red #E20A02
RGB
CMYK
RGB Variations
Color information
#E20A02 (or 0xE20A02) is known color: Red. HEX triplet: E2, 0A and 02. RGB value is (226,10,2). Sum of RGB (Red+Green+Blue) = 226+10+2=238 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.96% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 226 - color contains mainly: red. Hex color #E20A02 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20A02 is #1DF5FD. Grayscale: #494949. Windows color (decimal): -1963518 or 133858. OLE color: 133858.
HSL color Cylindrical-coordinate representation of color #E20A02: hue angle of 2.14º 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 #E20A02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 10 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.11 |
| HSL | 2.14º | 0.98% | 0.45% | - |
| HSV(B) | 2.14º | 0.99% | 0.89% | - |
| XYZ | 31.48 | 16.39 | 1.56 | - |
| YUV | 73.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 10 | 2 | 0 | 0.96 | 0.99 | 0.11 | 2.14 | 0.98 | 0.45 |
| Hex | E2 | A | 2 | 0 | 60 | 63 | B | 2 | 62 | 2D |
| Octal | 342 | 12 | 2 | 0 | 140 | 143 | 13 | 2 | 142 | 55 |
| Binary | 11100010 | 1010 | 10 | 0 | 1100000 | 1100011 | 1011 | 10 | 1100010 | 101101 |
Color Harmonies of #E20A02
Complementary color
Monochromatic Colors of #E20A02
Black with #E20A02
Text Example
Text Example
White with #E20A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20A02; }
p { color: rgb(226,10,2); }
H1.HeaderClassName
{
color: #E20A02;
}
.AnyTagClassName
{
color: #E20A02;
}
</style>
background-color css
<style>
a { background-color: #E20A02; }
a { background-color: rgb(226,10,2); }
div.DivClassName
{
background-color: #E20A02;
}
.BgClassName
{
background-color: #E20A02;
}
</style>
border-color css
<style>
span { border-color: #E20A02; }
span { border-color: rgb(226,10,2); }
td.TdClassName
{
border-color: #E20A02;
}
.TagClassName
{
border-color: #E20A02;
}
</style>