Shades of Red #E20B0B
Tints of Red #E20B0B
RGB
CMYK
RGB Variations
Color information
#E20B0B (or 0xE20B0B) is known color: Red. HEX triplet: E2, 0B and 0B. RGB value is (226,11,11). Sum of RGB (Red+Green+Blue) = 226+11+11=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E20B0B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20B0B is #1DF4F4. Grayscale: #4B4B4B. Windows color (decimal): -1963253 or 723938. OLE color: 723938.
HSL color Cylindrical-coordinate representation of color #E20B0B: hue angle of 0º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20B0B is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 11 | 11 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.11 |
| HSL | 0º | 0.91% | 0.46% | - |
| HSV(B) | 0º | 0.95% | 0.89% | - |
| XYZ | 31.54 | 16.43 | 1.83 | - |
| YUV | 75.29 | 91.73 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 11 | 11 | 0 | 0.95 | 0.95 | 0.11 | 0 | 0.91 | 0.46 |
| Hex | E2 | B | B | 0 | 5F | 5F | B | 0 | 5B | 2E |
| Octal | 342 | 13 | 13 | 0 | 137 | 137 | 13 | 0 | 133 | 56 |
| Binary | 11100010 | 1011 | 1011 | 0 | 1011111 | 1011111 | 1011 | 0 | 1011011 | 101110 |
Color Harmonies of #E20B0B
Complementary color
Monochromatic Colors of #E20B0B
Black with #E20B0B
Text Example
Text Example
White with #E20B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20B0B; }
p { color: rgb(226,11,11); }
H1.HeaderClassName
{
color: #E20B0B;
}
.AnyTagClassName
{
color: #E20B0B;
}
</style>
background-color css
<style>
a { background-color: #E20B0B; }
a { background-color: rgb(226,11,11); }
div.DivClassName
{
background-color: #E20B0B;
}
.BgClassName
{
background-color: #E20B0B;
}
</style>
border-color css
<style>
span { border-color: #E20B0B; }
span { border-color: rgb(226,11,11); }
td.TdClassName
{
border-color: #E20B0B;
}
.TagClassName
{
border-color: #E20B0B;
}
</style>