Shades of Red #E41008
Tints of Red #E41008
RGB
CMYK
RGB Variations
Color information
#E41008 (or 0xE41008) is known color: Red. HEX triplet: E4, 10 and 08. RGB value is (228,16,8). Sum of RGB (Red+Green+Blue) = 228+16+8=252 (33% of max value = 765). Red value is 228 (89.45% from 255 or 90.48% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 228 - color contains mainly: red. Hex color #E41008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41008 is #1BEFF7. Grayscale: #4E4E4E. Windows color (decimal): -1830904 or 528612. OLE color: 528612.
HSL color Cylindrical-coordinate representation of color #E41008: hue angle of 2.18º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E41008 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 8 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.11 |
| HSL | 2.18º | 0.93% | 0.46% | - |
| HSV(B) | 2.18º | 0.96% | 0.89% | - |
| XYZ | 32.22 | 16.88 | 1.79 | - |
| YUV | 78.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 8 | 0 | 0.93 | 0.96 | 0.11 | 2.18 | 0.93 | 0.46 |
| Hex | E4 | 10 | 8 | 0 | 5D | 60 | B | 2 | 5D | 2E |
| Octal | 344 | 20 | 10 | 0 | 135 | 140 | 13 | 2 | 135 | 56 |
| Binary | 11100100 | 10000 | 1000 | 0 | 1011101 | 1100000 | 1011 | 10 | 1011101 | 101110 |
Color Harmonies of #E41008
Complementary color
Monochromatic Colors of #E41008
Black with #E41008
Text Example
Text Example
White with #E41008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41008; }
p { color: rgb(228,16,8); }
H1.HeaderClassName
{
color: #E41008;
}
.AnyTagClassName
{
color: #E41008;
}
</style>
background-color css
<style>
a { background-color: #E41008; }
a { background-color: rgb(228,16,8); }
div.DivClassName
{
background-color: #E41008;
}
.BgClassName
{
background-color: #E41008;
}
</style>
border-color css
<style>
span { border-color: #E41008; }
span { border-color: rgb(228,16,8); }
td.TdClassName
{
border-color: #E41008;
}
.TagClassName
{
border-color: #E41008;
}
</style>