Shades of Red #E00D0A
Tints of Red #E00D0A
RGB
CMYK
RGB Variations
Color information
#E00D0A (or 0xE00D0A) is known color: Red. HEX triplet: E0, 0D and 0A. RGB value is (224,13,10). Sum of RGB (Red+Green+Blue) = 224+13+10=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00D0A is #1FF2F5. Grayscale: #4B4B4B. Windows color (decimal): -2093814 or 658912. OLE color: 658912.
HSL color Cylindrical-coordinate representation of color #E00D0A: hue angle of 0.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00D0A is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 13 | 10 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.12 |
| HSL | 0.84º | 0.91% | 0.46% | - |
| HSV(B) | 0.84º | 0.96% | 0.88% | - |
| XYZ | 30.94 | 16.16 | 1.78 | - |
| YUV | 75.75 | 90.9 | 233.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 13 | 10 | 0 | 0.94 | 0.96 | 0.12 | 0.84 | 0.91 | 0.46 |
| Hex | E0 | D | A | 0 | 5E | 60 | C | 1 | 5B | 2E |
| Octal | 340 | 15 | 12 | 0 | 136 | 140 | 14 | 1 | 133 | 56 |
| Binary | 11100000 | 1101 | 1010 | 0 | 1011110 | 1100000 | 1100 | 1 | 1011011 | 101110 |
Color Harmonies of #E00D0A
Complementary color
Monochromatic Colors of #E00D0A
Black with #E00D0A
Text Example
Text Example
White with #E00D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00D0A; }
p { color: rgb(224,13,10); }
H1.HeaderClassName
{
color: #E00D0A;
}
.AnyTagClassName
{
color: #E00D0A;
}
</style>
background-color css
<style>
a { background-color: #E00D0A; }
a { background-color: rgb(224,13,10); }
div.DivClassName
{
background-color: #E00D0A;
}
.BgClassName
{
background-color: #E00D0A;
}
</style>
border-color css
<style>
span { border-color: #E00D0A; }
span { border-color: rgb(224,13,10); }
td.TdClassName
{
border-color: #E00D0A;
}
.TagClassName
{
border-color: #E00D0A;
}
</style>