Shades of Red #F7130E
Tints of Red #F7130E
RGB
CMYK
RGB Variations
Color information
#F7130E (or 0xF7130E) is known color: Red. HEX triplet: F7, 13 and 0E. RGB value is (247,19,14). Sum of RGB (Red+Green+Blue) = 247+19+14=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F7130E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7130E is #08ECF1. Grayscale: #565656. Windows color (decimal): -584946 or 922615. OLE color: 922615.
HSL color Cylindrical-coordinate representation of color #F7130E: hue angle of 1.29º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7130E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.03 |
| HSL | 1.29º | 0.94% | 0.51% | - |
| HSV(B) | 1.29º | 0.94% | 0.97% | - |
| XYZ | 38.67 | 20.27 | 2.29 | - |
| YUV | 86.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 14 | 0 | 0.92 | 0.94 | 0.03 | 1.29 | 0.94 | 0.51 |
| Hex | F7 | 13 | E | 0 | 5C | 5E | 3 | 1 | 5E | 33 |
| Octal | 367 | 23 | 16 | 0 | 134 | 136 | 3 | 1 | 136 | 63 |
| Binary | 11110111 | 10011 | 1110 | 0 | 1011100 | 1011110 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F7130E
Complementary color
Monochromatic Colors of #F7130E
Black with #F7130E
Text Example
Text Example
White with #F7130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7130E; }
p { color: rgb(247,19,14); }
H1.HeaderClassName
{
color: #F7130E;
}
.AnyTagClassName
{
color: #F7130E;
}
</style>
background-color css
<style>
a { background-color: #F7130E; }
a { background-color: rgb(247,19,14); }
div.DivClassName
{
background-color: #F7130E;
}
.BgClassName
{
background-color: #F7130E;
}
</style>
border-color css
<style>
span { border-color: #F7130E; }
span { border-color: rgb(247,19,14); }
td.TdClassName
{
border-color: #F7130E;
}
.TagClassName
{
border-color: #F7130E;
}
</style>