Shades of Red #E40600
Tints of Red #E40600
RGB
CMYK
RGB Variations
Color information
#E40600 (or 0xE40600) is known color: Red. HEX triplet: E4, 06 and 00. RGB value is (228,6,0). Sum of RGB (Red+Green+Blue) = 228+6+0=234 (30% of max value = 765). Red value is 228 (89.45% from 255 or 97.44% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 228 - color contains mainly: red. Hex color #E40600 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40600 is #1BF9FF. Grayscale: #474747. Windows color (decimal): -1833472 or 1764. OLE color: 1764.
HSL color Cylindrical-coordinate representation of color #E40600: hue angle of 1.58º 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 #E40600 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.11 |
| HSL | 1.58º | 1% | 0.45% | - |
| HSV(B) | 1.58º | 1% | 0.89% | - |
| XYZ | 32.06 | 16.62 | 1.52 | - |
| YUV | 71.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 0 | 0 | 0.97 | 1 | 0.11 | 1.58 | 1 | 0.45 |
| Hex | E4 | 6 | 0 | 0 | 61 | 64 | B | 2 | 64 | 2D |
| Octal | 344 | 6 | 0 | 0 | 141 | 144 | 13 | 2 | 144 | 55 |
| Binary | 11100100 | 110 | 0 | 0 | 1100001 | 1100100 | 1011 | 10 | 1100100 | 101101 |
Color Harmonies of #E40600
Complementary color
Monochromatic Colors of #E40600
Black with #E40600
Text Example
Text Example
White with #E40600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40600; }
p { color: rgb(228,6,0); }
H1.HeaderClassName
{
color: #E40600;
}
.AnyTagClassName
{
color: #E40600;
}
</style>
background-color css
<style>
a { background-color: #E40600; }
a { background-color: rgb(228,6,0); }
div.DivClassName
{
background-color: #E40600;
}
.BgClassName
{
background-color: #E40600;
}
</style>
border-color css
<style>
span { border-color: #E40600; }
span { border-color: rgb(228,6,0); }
td.TdClassName
{
border-color: #E40600;
}
.TagClassName
{
border-color: #E40600;
}
</style>