Shades of Red #E70D0D
Tints of Red #E70D0D
RGB
CMYK
RGB Variations
Color information
#E70D0D (or 0xE70D0D) is known color: Red. HEX triplet: E7, 0D and 0D. RGB value is (231,13,13). Sum of RGB (Red+Green+Blue) = 231+13+13=257 (34% of max value = 765). Red value is 231 (90.62% from 255 or 89.88% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D0D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D0D is #18F2F2. Grayscale: #4E4E4E. Windows color (decimal): -1635059 or 855527. OLE color: 855527.
HSL color Cylindrical-coordinate representation of color #E70D0D: hue angle of 0º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70D0D is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 13 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.09 |
| HSL | 0º | 0.89% | 0.48% | - |
| HSV(B) | 0º | 0.94% | 0.91% | - |
| XYZ | 33.17 | 17.31 | 1.97 | - |
| YUV | 78.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 13 | 0 | 0.94 | 0.94 | 0.09 | 0 | 0.89 | 0.48 |
| Hex | E7 | D | D | 0 | 5E | 5E | 9 | 0 | 59 | 30 |
| Octal | 347 | 15 | 15 | 0 | 136 | 136 | 11 | 0 | 131 | 60 |
| Binary | 11100111 | 1101 | 1101 | 0 | 1011110 | 1011110 | 1001 | 0 | 1011001 | 110000 |
Color Harmonies of #E70D0D
Complementary color
Monochromatic Colors of #E70D0D
Black with #E70D0D
Text Example
Text Example
White with #E70D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D0D; }
p { color: rgb(231,13,13); }
H1.HeaderClassName
{
color: #E70D0D;
}
.AnyTagClassName
{
color: #E70D0D;
}
</style>
background-color css
<style>
a { background-color: #E70D0D; }
a { background-color: rgb(231,13,13); }
div.DivClassName
{
background-color: #E70D0D;
}
.BgClassName
{
background-color: #E70D0D;
}
</style>
border-color css
<style>
span { border-color: #E70D0D; }
span { border-color: rgb(231,13,13); }
td.TdClassName
{
border-color: #E70D0D;
}
.TagClassName
{
border-color: #E70D0D;
}
</style>