Shades of Red #E41203
Tints of Red #E41203
RGB
CMYK
RGB Variations
Color information
#E41203 (or 0xE41203) is known color: Red. HEX triplet: E4, 12 and 03. RGB value is (228,18,3). Sum of RGB (Red+Green+Blue) = 228+18+3=249 (32% of max value = 765). Red value is 228 (89.45% from 255 or 91.57% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 228 - color contains mainly: red. Hex color #E41203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41203 is #1BEDFC. Grayscale: #4F4F4F. Windows color (decimal): -1830397 or 201444. OLE color: 201444.
HSL color Cylindrical-coordinate representation of color #E41203: hue angle of 4º 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 #E41203 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.11 |
| HSL | 4º | 0.97% | 0.45% | - |
| HSV(B) | 4º | 0.99% | 0.89% | - |
| XYZ | 32.23 | 16.93 | 1.66 | - |
| YUV | 79.08 | 85.07 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 3 | 0 | 0.92 | 0.99 | 0.11 | 4 | 0.97 | 0.45 |
| Hex | E4 | 12 | 3 | 0 | 5C | 63 | B | 4 | 61 | 2D |
| Octal | 344 | 22 | 3 | 0 | 134 | 143 | 13 | 4 | 141 | 55 |
| Binary | 11100100 | 10010 | 11 | 0 | 1011100 | 1100011 | 1011 | 100 | 1100001 | 101101 |
Color Harmonies of #E41203
Complementary color
Monochromatic Colors of #E41203
Black with #E41203
Text Example
Text Example
White with #E41203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41203; }
p { color: rgb(228,18,3); }
H1.HeaderClassName
{
color: #E41203;
}
.AnyTagClassName
{
color: #E41203;
}
</style>
background-color css
<style>
a { background-color: #E41203; }
a { background-color: rgb(228,18,3); }
div.DivClassName
{
background-color: #E41203;
}
.BgClassName
{
background-color: #E41203;
}
</style>
border-color css
<style>
span { border-color: #E41203; }
span { border-color: rgb(228,18,3); }
td.TdClassName
{
border-color: #E41203;
}
.TagClassName
{
border-color: #E41203;
}
</style>