Shades of Red #E41006
Tints of Red #E41006
RGB
CMYK
RGB Variations
Color information
#E41006 (or 0xE41006) is known color: Red. HEX triplet: E4, 10 and 06. RGB value is (228,16,6). Sum of RGB (Red+Green+Blue) = 228+16+6=250 (33% of max value = 765). Red value is 228 (89.45% from 255 or 91.2% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 228 - color contains mainly: red. Hex color #E41006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E41006 is #1BEFF9. Grayscale: #4E4E4E. Windows color (decimal): -1830906 or 397540. OLE color: 397540.
HSL color Cylindrical-coordinate representation of color #E41006: hue angle of 2.7º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E41006 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 16 | 6 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.11 |
| HSL | 2.7º | 0.95% | 0.46% | - |
| HSV(B) | 2.7º | 0.97% | 0.89% | - |
| XYZ | 32.21 | 16.88 | 1.73 | - |
| YUV | 78.25 | 87.24 | 234.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 16 | 6 | 0 | 0.93 | 0.97 | 0.11 | 2.7 | 0.95 | 0.46 |
| Hex | E4 | 10 | 6 | 0 | 5D | 61 | B | 3 | 5F | 2E |
| Octal | 344 | 20 | 6 | 0 | 135 | 141 | 13 | 3 | 137 | 56 |
| Binary | 11100100 | 10000 | 110 | 0 | 1011101 | 1100001 | 1011 | 11 | 1011111 | 101110 |
Color Harmonies of #E41006
Complementary color
Monochromatic Colors of #E41006
Black with #E41006
Text Example
Text Example
White with #E41006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E41006; }
p { color: rgb(228,16,6); }
H1.HeaderClassName
{
color: #E41006;
}
.AnyTagClassName
{
color: #E41006;
}
</style>
background-color css
<style>
a { background-color: #E41006; }
a { background-color: rgb(228,16,6); }
div.DivClassName
{
background-color: #E41006;
}
.BgClassName
{
background-color: #E41006;
}
</style>
border-color css
<style>
span { border-color: #E41006; }
span { border-color: rgb(228,16,6); }
td.TdClassName
{
border-color: #E41006;
}
.TagClassName
{
border-color: #E41006;
}
</style>