Shades of Red #E41000
Tints of Red #E41000
RGB
CMYK
RGB Variations
Color information
#E41000 (or 0xE41000) is known color: Red. HEX triplet: E4, 10 and 00. RGB value is (228,16,0). Sum of RGB (Red+Green+Blue) = 228+16+0=244 (32% of max value = 765). Red value is 228 (89.45% from 255 or 93.44% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 228 - color contains mainly: red. Hex color #E41000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41000 is #1BEFFF. Grayscale: #4D4D4D. Windows color (decimal): -1830912 or 4324. OLE color: 4324.
HSL color Cylindrical-coordinate representation of color #E41000: hue angle of 4.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E41000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.11 |
| HSL | 4.21º | 1% | 0.45% | - |
| HSV(B) | 4.21º | 1% | 0.89% | - |
| XYZ | 32.18 | 16.86 | 1.56 | - |
| YUV | 77.56 | 84.24 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 0 | 0 | 0.93 | 1 | 0.11 | 4.21 | 1 | 0.45 |
| Hex | E4 | 10 | 0 | 0 | 5D | 64 | B | 4 | 64 | 2D |
| Octal | 344 | 20 | 0 | 0 | 135 | 144 | 13 | 4 | 144 | 55 |
| Binary | 11100100 | 10000 | 0 | 0 | 1011101 | 1100100 | 1011 | 100 | 1100100 | 101101 |
Color Harmonies of #E41000
Complementary color
Monochromatic Colors of #E41000
Black with #E41000
Text Example
Text Example
White with #E41000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41000; }
p { color: rgb(228,16,0); }
H1.HeaderClassName
{
color: #E41000;
}
.AnyTagClassName
{
color: #E41000;
}
</style>
background-color css
<style>
a { background-color: #E41000; }
a { background-color: rgb(228,16,0); }
div.DivClassName
{
background-color: #E41000;
}
.BgClassName
{
background-color: #E41000;
}
</style>
border-color css
<style>
span { border-color: #E41000; }
span { border-color: rgb(228,16,0); }
td.TdClassName
{
border-color: #E41000;
}
.TagClassName
{
border-color: #E41000;
}
</style>