Shades of Red #E70B05
Tints of Red #E70B05
RGB
CMYK
RGB Variations
Color information
#E70B05 (or 0xE70B05) is known color: Red. HEX triplet: E7, 0B and 05. RGB value is (231,11,5). Sum of RGB (Red+Green+Blue) = 231+11+5=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70B05 is #18F4FA. Grayscale: #4C4C4C. Windows color (decimal): -1635579 or 330727. OLE color: 330727.
HSL color Cylindrical-coordinate representation of color #E70B05: hue angle of 1.59º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70B05 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 5 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.09 |
| HSL | 1.59º | 0.96% | 0.46% | - |
| HSV(B) | 1.59º | 0.98% | 0.91% | - |
| XYZ | 33.1 | 17.24 | 1.73 | - |
| YUV | 76.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 5 | 0 | 0.95 | 0.98 | 0.09 | 1.59 | 0.96 | 0.46 |
| Hex | E7 | B | 5 | 0 | 5F | 62 | 9 | 2 | 60 | 2E |
| Octal | 347 | 13 | 5 | 0 | 137 | 142 | 11 | 2 | 140 | 56 |
| Binary | 11100111 | 1011 | 101 | 0 | 1011111 | 1100010 | 1001 | 10 | 1100000 | 101110 |
Color Harmonies of #E70B05
Complementary color
Monochromatic Colors of #E70B05
Black with #E70B05
Text Example
Text Example
White with #E70B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70B05; }
p { color: rgb(231,11,5); }
H1.HeaderClassName
{
color: #E70B05;
}
.AnyTagClassName
{
color: #E70B05;
}
</style>
background-color css
<style>
a { background-color: #E70B05; }
a { background-color: rgb(231,11,5); }
div.DivClassName
{
background-color: #E70B05;
}
.BgClassName
{
background-color: #E70B05;
}
</style>
border-color css
<style>
span { border-color: #E70B05; }
span { border-color: rgb(231,11,5); }
td.TdClassName
{
border-color: #E70B05;
}
.TagClassName
{
border-color: #E70B05;
}
</style>