Shades of Red #E20F00
Tints of Red #E20F00
RGB
CMYK
RGB Variations
Color information
#E20F00 (or 0xE20F00) is known color: Red. HEX triplet: E2, 0F and 00. RGB value is (226,15,0). Sum of RGB (Red+Green+Blue) = 226+15+0=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E20F00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20F00 is #1DF0FF. Grayscale: #4C4C4C. Windows color (decimal): -1962240 or 4066. OLE color: 4066.
HSL color Cylindrical-coordinate representation of color #E20F00: hue angle of 3.98º 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 #E20F00 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 15 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.11 |
| HSL | 3.98º | 1% | 0.44% | - |
| HSV(B) | 3.98º | 1% | 0.89% | - |
| XYZ | 31.53 | 16.51 | 1.52 | - |
| YUV | 76.38 | 84.9 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 15 | 0 | 0 | 0.93 | 1 | 0.11 | 3.98 | 1 | 0.44 |
| Hex | E2 | F | 0 | 0 | 5D | 64 | B | 4 | 64 | 2C |
| Octal | 342 | 17 | 0 | 0 | 135 | 144 | 13 | 4 | 144 | 54 |
| Binary | 11100010 | 1111 | 0 | 0 | 1011101 | 1100100 | 1011 | 100 | 1100100 | 101100 |
Color Harmonies of #E20F00
Complementary color
Monochromatic Colors of #E20F00
Black with #E20F00
Text Example
Text Example
White with #E20F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20F00; }
p { color: rgb(226,15,0); }
H1.HeaderClassName
{
color: #E20F00;
}
.AnyTagClassName
{
color: #E20F00;
}
</style>
background-color css
<style>
a { background-color: #E20F00; }
a { background-color: rgb(226,15,0); }
div.DivClassName
{
background-color: #E20F00;
}
.BgClassName
{
background-color: #E20F00;
}
</style>
border-color css
<style>
span { border-color: #E20F00; }
span { border-color: rgb(226,15,0); }
td.TdClassName
{
border-color: #E20F00;
}
.TagClassName
{
border-color: #E20F00;
}
</style>