Shades of Red #E41205
Tints of Red #E41205
RGB
CMYK
RGB Variations
Color information
#E41205 (or 0xE41205) is known color: Red. HEX triplet: E4, 12 and 05. RGB value is (228,18,5). Sum of RGB (Red+Green+Blue) = 228+18+5=251 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.84% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 228 - color contains mainly: red. Hex color #E41205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41205 is #1BEDFA. Grayscale: #4F4F4F. Windows color (decimal): -1830395 or 332516. OLE color: 332516.
HSL color Cylindrical-coordinate representation of color #E41205: hue angle of 3.5º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E41205 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.11 |
| HSL | 3.5º | 0.96% | 0.46% | - |
| HSV(B) | 3.5º | 0.98% | 0.89% | - |
| XYZ | 32.24 | 16.94 | 1.71 | - |
| YUV | 79.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 5 | 0 | 0.92 | 0.98 | 0.11 | 3.5 | 0.96 | 0.46 |
| Hex | E4 | 12 | 5 | 0 | 5C | 62 | B | 3 | 60 | 2E |
| Octal | 344 | 22 | 5 | 0 | 134 | 142 | 13 | 3 | 140 | 56 |
| Binary | 11100100 | 10010 | 101 | 0 | 1011100 | 1100010 | 1011 | 11 | 1100000 | 101110 |
Color Harmonies of #E41205
Complementary color
Monochromatic Colors of #E41205
Black with #E41205
Text Example
Text Example
White with #E41205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41205; }
p { color: rgb(228,18,5); }
H1.HeaderClassName
{
color: #E41205;
}
.AnyTagClassName
{
color: #E41205;
}
</style>
background-color css
<style>
a { background-color: #E41205; }
a { background-color: rgb(228,18,5); }
div.DivClassName
{
background-color: #E41205;
}
.BgClassName
{
background-color: #E41205;
}
</style>
border-color css
<style>
span { border-color: #E41205; }
span { border-color: rgb(228,18,5); }
td.TdClassName
{
border-color: #E41205;
}
.TagClassName
{
border-color: #E41205;
}
</style>