Shades of Red #E20301
Tints of Red #E20301
RGB
CMYK
RGB Variations
Color information
#E20301 (or 0xE20301) is known color: Red. HEX triplet: E2, 03 and 01. RGB value is (226,3,1). Sum of RGB (Red+Green+Blue) = 226+3+1=230 (30% of max value = 765). Red value is 226 (88.67% from 255 or 98.26% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 226 - color contains mainly: red. Hex color #E20301 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20301 is #1DFCFE. Grayscale: #454545. Windows color (decimal): -1965311 or 66530. OLE color: 66530.
HSL color Cylindrical-coordinate representation of color #E20301: hue angle of 0.53º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20301 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 3 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.11 |
| HSL | 0.53º | 0.99% | 0.45% | - |
| HSV(B) | 0.53º | 1% | 0.89% | - |
| XYZ | 31.4 | 16.24 | 1.51 | - |
| YUV | 69.45 | 89.38 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 1 | 0 | 0.99 | 1.00 | 0.11 | 0.53 | 0.99 | 0.45 |
| Hex | E2 | 3 | 1 | 0 | 63 | 64 | B | 1 | 63 | 2D |
| Octal | 342 | 3 | 1 | 0 | 143 | 144 | 13 | 1 | 143 | 55 |
| Binary | 11100010 | 11 | 1 | 0 | 1100011 | 1100100 | 1011 | 1 | 1100011 | 101101 |
Color Harmonies of #E20301
Complementary color
Monochromatic Colors of #E20301
Black with #E20301
Text Example
Text Example
White with #E20301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20301; }
p { color: rgb(226,3,1); }
H1.HeaderClassName
{
color: #E20301;
}
.AnyTagClassName
{
color: #E20301;
}
</style>
background-color css
<style>
a { background-color: #E20301; }
a { background-color: rgb(226,3,1); }
div.DivClassName
{
background-color: #E20301;
}
.BgClassName
{
background-color: #E20301;
}
</style>
border-color css
<style>
span { border-color: #E20301; }
span { border-color: rgb(226,3,1); }
td.TdClassName
{
border-color: #E20301;
}
.TagClassName
{
border-color: #E20301;
}
</style>