Shades of Red #E70B03
Tints of Red #E70B03
RGB
CMYK
RGB Variations
Color information
#E70B03 (or 0xE70B03) is known color: Red. HEX triplet: E7, 0B and 03. RGB value is (231,11,3). Sum of RGB (Red+Green+Blue) = 231+11+3=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E70B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70B03 is #18F4FC. Grayscale: #4C4C4C. Windows color (decimal): -1635581 or 199655. OLE color: 199655.
HSL color Cylindrical-coordinate representation of color #E70B03: hue angle of 2.11º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E70B03 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 3 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.09 |
| HSL | 2.11º | 0.97% | 0.46% | - |
| HSV(B) | 2.11º | 0.99% | 0.91% | - |
| XYZ | 33.09 | 17.23 | 1.67 | - |
| YUV | 75.87 | 86.89 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 3 | 0 | 0.95 | 0.99 | 0.09 | 2.11 | 0.97 | 0.46 |
| Hex | E7 | B | 3 | 0 | 5F | 63 | 9 | 2 | 61 | 2E |
| Octal | 347 | 13 | 3 | 0 | 137 | 143 | 11 | 2 | 141 | 56 |
| Binary | 11100111 | 1011 | 11 | 0 | 1011111 | 1100011 | 1001 | 10 | 1100001 | 101110 |
Color Harmonies of #E70B03
Complementary color
Monochromatic Colors of #E70B03
Black with #E70B03
Text Example
Text Example
White with #E70B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70B03; }
p { color: rgb(231,11,3); }
H1.HeaderClassName
{
color: #E70B03;
}
.AnyTagClassName
{
color: #E70B03;
}
</style>
background-color css
<style>
a { background-color: #E70B03; }
a { background-color: rgb(231,11,3); }
div.DivClassName
{
background-color: #E70B03;
}
.BgClassName
{
background-color: #E70B03;
}
</style>
border-color css
<style>
span { border-color: #E70B03; }
span { border-color: rgb(231,11,3); }
td.TdClassName
{
border-color: #E70B03;
}
.TagClassName
{
border-color: #E70B03;
}
</style>