Shades of Red #E40D00
Tints of Red #E40D00
RGB
CMYK
RGB Variations
Color information
#E40D00 (or 0xE40D00) is known color: Red. HEX triplet: E4, 0D and 00. RGB value is (228,13,0). Sum of RGB (Red+Green+Blue) = 228+13+0=241 (31% of max value = 765). Red value is 228 (89.45% from 255 or 94.61% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 228 - color contains mainly: red. Hex color #E40D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E40D00 is #1BF2FF. Grayscale: #4C4C4C. Windows color (decimal): -1831680 or 3556. OLE color: 3556.
HSL color Cylindrical-coordinate representation of color #E40D00: hue angle of 3.42º 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 #E40D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.11 |
| HSL | 3.42º | 1% | 0.45% | - |
| HSV(B) | 3.42º | 1% | 0.89% | - |
| XYZ | 32.14 | 16.78 | 1.55 | - |
| YUV | 75.8 | 85.23 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 13 | 0 | 0 | 0.94 | 1 | 0.11 | 3.42 | 1 | 0.45 |
| Hex | E4 | D | 0 | 0 | 5E | 64 | B | 3 | 64 | 2D |
| Octal | 344 | 15 | 0 | 0 | 136 | 144 | 13 | 3 | 144 | 55 |
| Binary | 11100100 | 1101 | 0 | 0 | 1011110 | 1100100 | 1011 | 11 | 1100100 | 101101 |
Color Harmonies of #E40D00
Complementary color
Monochromatic Colors of #E40D00
Black with #E40D00
Text Example
Text Example
White with #E40D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40D00; }
p { color: rgb(228,13,0); }
H1.HeaderClassName
{
color: #E40D00;
}
.AnyTagClassName
{
color: #E40D00;
}
</style>
background-color css
<style>
a { background-color: #E40D00; }
a { background-color: rgb(228,13,0); }
div.DivClassName
{
background-color: #E40D00;
}
.BgClassName
{
background-color: #E40D00;
}
</style>
border-color css
<style>
span { border-color: #E40D00; }
span { border-color: rgb(228,13,0); }
td.TdClassName
{
border-color: #E40D00;
}
.TagClassName
{
border-color: #E40D00;
}
</style>