Shades of Red #E70D08
Tints of Red #E70D08
RGB
CMYK
RGB Variations
Color information
#E70D08 (or 0xE70D08) is known color: Red. HEX triplet: E7, 0D and 08. RGB value is (231,13,8). Sum of RGB (Red+Green+Blue) = 231+13+8=252 (33% of max value = 765). Red value is 231 (90.62% from 255 or 91.67% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 231 - color contains mainly: red. Hex color #E70D08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70D08 is #18F2F7. Grayscale: #4D4D4D. Windows color (decimal): -1635064 or 527847. OLE color: 527847.
HSL color Cylindrical-coordinate representation of color #E70D08: hue angle of 1.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70D08 is Cyan = 0, Magento = 0.94, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 13 | 8 | - |
| CMYK | 0 | 0.94 | 0.97 | 0.09 |
| HSL | 1.35º | 0.93% | 0.47% | - |
| HSV(B) | 1.35º | 0.97% | 0.91% | - |
| XYZ | 33.14 | 17.29 | 1.82 | - |
| YUV | 77.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 13 | 8 | 0 | 0.94 | 0.97 | 0.09 | 1.35 | 0.93 | 0.47 |
| Hex | E7 | D | 8 | 0 | 5E | 61 | 9 | 1 | 5D | 2F |
| Octal | 347 | 15 | 10 | 0 | 136 | 141 | 11 | 1 | 135 | 57 |
| Binary | 11100111 | 1101 | 1000 | 0 | 1011110 | 1100001 | 1001 | 1 | 1011101 | 101111 |
Color Harmonies of #E70D08
Complementary color
Monochromatic Colors of #E70D08
Black with #E70D08
Text Example
Text Example
White with #E70D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70D08; }
p { color: rgb(231,13,8); }
H1.HeaderClassName
{
color: #E70D08;
}
.AnyTagClassName
{
color: #E70D08;
}
</style>
background-color css
<style>
a { background-color: #E70D08; }
a { background-color: rgb(231,13,8); }
div.DivClassName
{
background-color: #E70D08;
}
.BgClassName
{
background-color: #E70D08;
}
</style>
border-color css
<style>
span { border-color: #E70D08; }
span { border-color: rgb(231,13,8); }
td.TdClassName
{
border-color: #E70D08;
}
.TagClassName
{
border-color: #E70D08;
}
</style>