Shades of Red #E00D00
Tints of Red #E00D00
RGB
CMYK
RGB Variations
Color information
#E00D00 (or 0xE00D00) is known color: Red. HEX triplet: E0, 0D and 00. RGB value is (224,13,0). Sum of RGB (Red+Green+Blue) = 224+13+0=237 (31% of max value = 765). Red value is 224 (87.89% from 255 or 94.51% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00D00 is #1FF2FF. Grayscale: #4A4A4A. Windows color (decimal): -2093824 or 3552. OLE color: 3552.
HSL color Cylindrical-coordinate representation of color #E00D00: hue angle of 3.48º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00D00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.12 |
| HSL | 3.48º | 1% | 0.44% | - |
| HSV(B) | 3.48º | 1% | 0.88% | - |
| XYZ | 30.88 | 16.14 | 1.49 | - |
| YUV | 74.61 | 85.9 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 0 | 0 | 0.94 | 1 | 0.12 | 3.48 | 1 | 0.44 |
| Hex | E0 | D | 0 | 0 | 5E | 64 | C | 3 | 64 | 2C |
| Octal | 340 | 15 | 0 | 0 | 136 | 144 | 14 | 3 | 144 | 54 |
| Binary | 11100000 | 1101 | 0 | 0 | 1011110 | 1100100 | 1100 | 11 | 1100100 | 101100 |
Color Harmonies of #E00D00
Complementary color
Monochromatic Colors of #E00D00
Black with #E00D00
Text Example
Text Example
White with #E00D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D00; }
p { color: rgb(224,13,0); }
H1.HeaderClassName
{
color: #E00D00;
}
.AnyTagClassName
{
color: #E00D00;
}
</style>
background-color css
<style>
a { background-color: #E00D00; }
a { background-color: rgb(224,13,0); }
div.DivClassName
{
background-color: #E00D00;
}
.BgClassName
{
background-color: #E00D00;
}
</style>
border-color css
<style>
span { border-color: #E00D00; }
span { border-color: rgb(224,13,0); }
td.TdClassName
{
border-color: #E00D00;
}
.TagClassName
{
border-color: #E00D00;
}
</style>