Shades of Red #E40905
Tints of Red #E40905
RGB
CMYK
RGB Variations
Color information
#E40905 (or 0xE40905) is known color: Red. HEX triplet: E4, 09 and 05. RGB value is (228,9,5). Sum of RGB (Red+Green+Blue) = 228+9+5=242 (32% of max value = 765). Red value is 228 (89.45% from 255 or 94.21% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 228 - color contains mainly: red. Hex color #E40905 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40905 is #1BF6FA. Grayscale: #4A4A4A. Windows color (decimal): -1832699 or 330212. OLE color: 330212.
HSL color Cylindrical-coordinate representation of color #E40905: hue angle of 1.08º 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 #E40905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.11 |
| HSL | 1.08º | 0.96% | 0.46% | - |
| HSV(B) | 1.08º | 0.98% | 0.89% | - |
| XYZ | 32.12 | 16.7 | 1.67 | - |
| YUV | 74.03 | 89.05 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 9 | 5 | 0 | 0.96 | 0.98 | 0.11 | 1.08 | 0.96 | 0.46 |
| Hex | E4 | 9 | 5 | 0 | 60 | 62 | B | 1 | 60 | 2E |
| Octal | 344 | 11 | 5 | 0 | 140 | 142 | 13 | 1 | 140 | 56 |
| Binary | 11100100 | 1001 | 101 | 0 | 1100000 | 1100010 | 1011 | 1 | 1100000 | 101110 |
Color Harmonies of #E40905
Complementary color
Monochromatic Colors of #E40905
Black with #E40905
Text Example
Text Example
White with #E40905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40905; }
p { color: rgb(228,9,5); }
H1.HeaderClassName
{
color: #E40905;
}
.AnyTagClassName
{
color: #E40905;
}
</style>
background-color css
<style>
a { background-color: #E40905; }
a { background-color: rgb(228,9,5); }
div.DivClassName
{
background-color: #E40905;
}
.BgClassName
{
background-color: #E40905;
}
</style>
border-color css
<style>
span { border-color: #E40905; }
span { border-color: rgb(228,9,5); }
td.TdClassName
{
border-color: #E40905;
}
.TagClassName
{
border-color: #E40905;
}
</style>