Shades of Red #E40000
Tints of Red #E40000
RGB
CMYK
RGB Variations
Color information
#E40000 (or 0xE40000) is known color: Red. HEX triplet: E4, 00 and 00. RGB value is (228,0,0). Sum of RGB (Red+Green+Blue) = 228+0+0=228 (30% of max value = 765). Red value is 228 (89.45% from 255 or 100% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 228 - color contains mainly: red. Hex color #E40000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40000 is #1BFFFF. Grayscale: #444444. Windows color (decimal): -1835008 or 228. OLE color: 228.
HSL color Cylindrical-coordinate representation of color #E40000: hue angle of 0º 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 #E40000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.11 |
| HSL | 0º | 1% | 0.45% | - |
| HSV(B) | 0º | 1% | 0.89% | - |
| XYZ | 31.99 | 16.49 | 1.5 | - |
| YUV | 68.17 | 89.54 | 242 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 0 | 0 | 1 | 1 | 0.11 | 0 | 1 | 0.45 |
| Hex | E4 | 0 | 0 | 0 | 64 | 64 | B | 0 | 64 | 2D |
| Octal | 344 | 0 | 0 | 0 | 144 | 144 | 13 | 0 | 144 | 55 |
| Binary | 11100100 | 0 | 0 | 0 | 1100100 | 1100100 | 1011 | 0 | 1100100 | 101101 |
Color Harmonies of #E40000
Complementary color
Monochromatic Colors of #E40000
Black with #E40000
Text Example
Text Example
White with #E40000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40000; }
p { color: rgb(228,0,0); }
H1.HeaderClassName
{
color: #E40000;
}
.AnyTagClassName
{
color: #E40000;
}
</style>
background-color css
<style>
a { background-color: #E40000; }
a { background-color: rgb(228,0,0); }
div.DivClassName
{
background-color: #E40000;
}
.BgClassName
{
background-color: #E40000;
}
</style>
border-color css
<style>
span { border-color: #E40000; }
span { border-color: rgb(228,0,0); }
td.TdClassName
{
border-color: #E40000;
}
.TagClassName
{
border-color: #E40000;
}
</style>