Shades of Red #E40500
Tints of Red #E40500
RGB
CMYK
RGB Variations
Color information
#E40500 (or 0xE40500) is known color: Red. HEX triplet: E4, 05 and 00. RGB value is (228,5,0). Sum of RGB (Red+Green+Blue) = 228+5+0=233 (30% of max value = 765). Red value is 228 (89.45% from 255 or 97.85% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 228 - color contains mainly: red. Hex color #E40500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40500 is #1BFAFF. Grayscale: #474747. Windows color (decimal): -1833728 or 1508. OLE color: 1508.
HSL color Cylindrical-coordinate representation of color #E40500: hue angle of 1.32º 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 #E40500 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.11 |
| HSL | 1.32º | 1% | 0.45% | - |
| HSV(B) | 1.32º | 1% | 0.89% | - |
| XYZ | 32.05 | 16.6 | 1.52 | - |
| YUV | 71.11 | 87.88 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 0 | 0 | 0.98 | 1 | 0.11 | 1.32 | 1 | 0.45 |
| Hex | E4 | 5 | 0 | 0 | 62 | 64 | B | 1 | 64 | 2D |
| Octal | 344 | 5 | 0 | 0 | 142 | 144 | 13 | 1 | 144 | 55 |
| Binary | 11100100 | 101 | 0 | 0 | 1100010 | 1100100 | 1011 | 1 | 1100100 | 101101 |
Color Harmonies of #E40500
Complementary color
Monochromatic Colors of #E40500
Black with #E40500
Text Example
Text Example
White with #E40500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40500; }
p { color: rgb(228,5,0); }
H1.HeaderClassName
{
color: #E40500;
}
.AnyTagClassName
{
color: #E40500;
}
</style>
background-color css
<style>
a { background-color: #E40500; }
a { background-color: rgb(228,5,0); }
div.DivClassName
{
background-color: #E40500;
}
.BgClassName
{
background-color: #E40500;
}
</style>
border-color css
<style>
span { border-color: #E40500; }
span { border-color: rgb(228,5,0); }
td.TdClassName
{
border-color: #E40500;
}
.TagClassName
{
border-color: #E40500;
}
</style>