Shades of Red #E7130F
Tints of Red #E7130F
RGB
CMYK
RGB Variations
Color information
#E7130F (or 0xE7130F) is known color: Red. HEX triplet: E7, 13 and 0F. RGB value is (231,19,15). Sum of RGB (Red+Green+Blue) = 231+19+15=265 (35% of max value = 765). Red value is 231 (90.62% from 255 or 87.17% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 231 - color contains mainly: red. Hex color #E7130F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7130F is #18ECF0. Grayscale: #525252. Windows color (decimal): -1633521 or 988135. OLE color: 988135.
HSL color Cylindrical-coordinate representation of color #E7130F: hue angle of 1.11º degrees, saturation: 0.88, 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 #E7130F is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 15 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.09 |
| HSL | 1.11º | 0.88% | 0.48% | - |
| HSV(B) | 1.11º | 0.94% | 0.91% | - |
| XYZ | 33.27 | 17.49 | 2.07 | - |
| YUV | 81.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 15 | 0 | 0.92 | 0.94 | 0.09 | 1.11 | 0.88 | 0.48 |
| Hex | E7 | 13 | F | 0 | 5C | 5E | 9 | 1 | 58 | 30 |
| Octal | 347 | 23 | 17 | 0 | 134 | 136 | 11 | 1 | 130 | 60 |
| Binary | 11100111 | 10011 | 1111 | 0 | 1011100 | 1011110 | 1001 | 1 | 1011000 | 110000 |
Color Harmonies of #E7130F
Complementary color
Monochromatic Colors of #E7130F
Black with #E7130F
Text Example
Text Example
White with #E7130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7130F; }
p { color: rgb(231,19,15); }
H1.HeaderClassName
{
color: #E7130F;
}
.AnyTagClassName
{
color: #E7130F;
}
</style>
background-color css
<style>
a { background-color: #E7130F; }
a { background-color: rgb(231,19,15); }
div.DivClassName
{
background-color: #E7130F;
}
.BgClassName
{
background-color: #E7130F;
}
</style>
border-color css
<style>
span { border-color: #E7130F; }
span { border-color: rgb(231,19,15); }
td.TdClassName
{
border-color: #E7130F;
}
.TagClassName
{
border-color: #E7130F;
}
</style>