Shades of Red #E20B00
Tints of Red #E20B00
RGB
CMYK
RGB Variations
Color information
#E20B00 (or 0xE20B00) is known color: Red. HEX triplet: E2, 0B and 00. RGB value is (226,11,0). Sum of RGB (Red+Green+Blue) = 226+11+0=237 (31% of max value = 765). Red value is 226 (88.67% from 255 or 95.36% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20B00 is #1DF4FF. Grayscale: #4A4A4A. Windows color (decimal): -1963264 or 3042. OLE color: 3042.
HSL color Cylindrical-coordinate representation of color #E20B00: hue angle of 2.92º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20B00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.11 |
| HSL | 2.92º | 1% | 0.44% | - |
| HSV(B) | 2.92º | 1% | 0.89% | - |
| XYZ | 31.48 | 16.41 | 1.51 | - |
| YUV | 74.03 | 86.23 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 0 | 0 | 0.95 | 1 | 0.11 | 2.92 | 1 | 0.44 |
| Hex | E2 | B | 0 | 0 | 5F | 64 | B | 3 | 64 | 2C |
| Octal | 342 | 13 | 0 | 0 | 137 | 144 | 13 | 3 | 144 | 54 |
| Binary | 11100010 | 1011 | 0 | 0 | 1011111 | 1100100 | 1011 | 11 | 1100100 | 101100 |
Color Harmonies of #E20B00
Complementary color
Monochromatic Colors of #E20B00
Black with #E20B00
Text Example
Text Example
White with #E20B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B00; }
p { color: rgb(226,11,0); }
H1.HeaderClassName
{
color: #E20B00;
}
.AnyTagClassName
{
color: #E20B00;
}
</style>
background-color css
<style>
a { background-color: #E20B00; }
a { background-color: rgb(226,11,0); }
div.DivClassName
{
background-color: #E20B00;
}
.BgClassName
{
background-color: #E20B00;
}
</style>
border-color css
<style>
span { border-color: #E20B00; }
span { border-color: rgb(226,11,0); }
td.TdClassName
{
border-color: #E20B00;
}
.TagClassName
{
border-color: #E20B00;
}
</style>