Shades of Red #E0100D
Tints of Red #E0100D
RGB
CMYK
RGB Variations
Color information
#E0100D (or 0xE0100D) is known color: Red. HEX triplet: E0, 10 and 0D. RGB value is (224,16,13). Sum of RGB (Red+Green+Blue) = 224+16+13=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E0100D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E0100D is #1FEFF2. Grayscale: #4E4E4E. Windows color (decimal): -2093043 or 856288. OLE color: 856288.
HSL color Cylindrical-coordinate representation of color #E0100D: hue angle of 0.85º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0100D is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 16 | 13 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.12 |
| HSL | 0.85º | 0.89% | 0.46% | - |
| HSV(B) | 0.85º | 0.94% | 0.88% | - |
| XYZ | 31 | 16.25 | 1.88 | - |
| YUV | 77.85 | 91.41 | 232.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 13 | 0 | 0.93 | 0.94 | 0.12 | 0.85 | 0.89 | 0.46 |
| Hex | E0 | 10 | D | 0 | 5D | 5E | C | 1 | 59 | 2E |
| Octal | 340 | 20 | 15 | 0 | 135 | 136 | 14 | 1 | 131 | 56 |
| Binary | 11100000 | 10000 | 1101 | 0 | 1011101 | 1011110 | 1100 | 1 | 1011001 | 101110 |
Color Harmonies of #E0100D
Complementary color
Monochromatic Colors of #E0100D
Black with #E0100D
Text Example
Text Example
White with #E0100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0100D; }
p { color: rgb(224,16,13); }
H1.HeaderClassName
{
color: #E0100D;
}
.AnyTagClassName
{
color: #E0100D;
}
</style>
background-color css
<style>
a { background-color: #E0100D; }
a { background-color: rgb(224,16,13); }
div.DivClassName
{
background-color: #E0100D;
}
.BgClassName
{
background-color: #E0100D;
}
</style>
border-color css
<style>
span { border-color: #E0100D; }
span { border-color: rgb(224,16,13); }
td.TdClassName
{
border-color: #E0100D;
}
.TagClassName
{
border-color: #E0100D;
}
</style>