Shades of Red #E7130C
Tints of Red #E7130C
RGB
CMYK
RGB Variations
Color information
#E7130C (or 0xE7130C) is known color: Red. HEX triplet: E7, 13 and 0C. RGB value is (231,19,12). Sum of RGB (Red+Green+Blue) = 231+19+12=262 (34% of max value = 765). Red value is 231 (90.62% from 255 or 88.17% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 231 - color contains mainly: red. Hex color #E7130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7130C is #18ECF3. Grayscale: #515151. Windows color (decimal): -1633524 or 791527. OLE color: 791527.
HSL color Cylindrical-coordinate representation of color #E7130C: hue angle of 1.92º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.09 |
| HSL | 1.92º | 0.9% | 0.48% | - |
| HSV(B) | 1.92º | 0.95% | 0.91% | - |
| XYZ | 33.25 | 17.48 | 1.97 | - |
| YUV | 81.59 | 88.74 | 234.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 19 | 12 | 0 | 0.92 | 0.95 | 0.09 | 1.92 | 0.9 | 0.48 |
| Hex | E7 | 13 | C | 0 | 5C | 5F | 9 | 2 | 5A | 30 |
| Octal | 347 | 23 | 14 | 0 | 134 | 137 | 11 | 2 | 132 | 60 |
| Binary | 11100111 | 10011 | 1100 | 0 | 1011100 | 1011111 | 1001 | 10 | 1011010 | 110000 |
Color Harmonies of #E7130C
Complementary color
Monochromatic Colors of #E7130C
Black with #E7130C
Text Example
Text Example
White with #E7130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7130C; }
p { color: rgb(231,19,12); }
H1.HeaderClassName
{
color: #E7130C;
}
.AnyTagClassName
{
color: #E7130C;
}
</style>
background-color css
<style>
a { background-color: #E7130C; }
a { background-color: rgb(231,19,12); }
div.DivClassName
{
background-color: #E7130C;
}
.BgClassName
{
background-color: #E7130C;
}
</style>
border-color css
<style>
span { border-color: #E7130C; }
span { border-color: rgb(231,19,12); }
td.TdClassName
{
border-color: #E7130C;
}
.TagClassName
{
border-color: #E7130C;
}
</style>