Shades of Red #E20C03
Tints of Red #E20C03
RGB
CMYK
RGB Variations
Color information
#E20C03 (or 0xE20C03) is known color: Red. HEX triplet: E2, 0C and 03. RGB value is (226,12,3). Sum of RGB (Red+Green+Blue) = 226+12+3=241 (31% of max value = 765). Red value is 226 (88.67% from 255 or 93.78% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 226 - color contains mainly: red. Hex color #E20C03 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20C03 is #1DF3FC. Grayscale: #4B4B4B. Windows color (decimal): -1963005 or 199906. OLE color: 199906.
HSL color Cylindrical-coordinate representation of color #E20C03: hue angle of 2.42º degrees, saturation: 0.97, 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 #E20C03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 12 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.11 |
| HSL | 2.42º | 0.97% | 0.45% | - |
| HSV(B) | 2.42º | 0.99% | 0.89% | - |
| XYZ | 31.51 | 16.44 | 1.6 | - |
| YUV | 74.96 | 87.4 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 3 | 0 | 0.95 | 0.99 | 0.11 | 2.42 | 0.97 | 0.45 |
| Hex | E2 | C | 3 | 0 | 5F | 63 | B | 2 | 61 | 2D |
| Octal | 342 | 14 | 3 | 0 | 137 | 143 | 13 | 2 | 141 | 55 |
| Binary | 11100010 | 1100 | 11 | 0 | 1011111 | 1100011 | 1011 | 10 | 1100001 | 101101 |
Color Harmonies of #E20C03
Complementary color
Monochromatic Colors of #E20C03
Black with #E20C03
Text Example
Text Example
White with #E20C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20C03; }
p { color: rgb(226,12,3); }
H1.HeaderClassName
{
color: #E20C03;
}
.AnyTagClassName
{
color: #E20C03;
}
</style>
background-color css
<style>
a { background-color: #E20C03; }
a { background-color: rgb(226,12,3); }
div.DivClassName
{
background-color: #E20C03;
}
.BgClassName
{
background-color: #E20C03;
}
</style>
border-color css
<style>
span { border-color: #E20C03; }
span { border-color: rgb(226,12,3); }
td.TdClassName
{
border-color: #E20C03;
}
.TagClassName
{
border-color: #E20C03;
}
</style>