Shades of Red #F7130C
Tints of Red #F7130C
RGB
CMYK
RGB Variations
Color information
#F7130C (or 0xF7130C) is known color: Red. HEX triplet: F7, 13 and 0C. RGB value is (247,19,12). Sum of RGB (Red+Green+Blue) = 247+19+12=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F7130C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7130C is #08ECF3. Grayscale: #565656. Windows color (decimal): -584948 or 791543. OLE color: 791543.
HSL color Cylindrical-coordinate representation of color #F7130C: hue angle of 1.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7130C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 19 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.03 |
| HSL | 1.79º | 0.94% | 0.51% | - |
| HSV(B) | 1.79º | 0.95% | 0.97% | - |
| XYZ | 38.66 | 20.27 | 2.22 | - |
| YUV | 86.37 | 86.04 | 242.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 19 | 12 | 0 | 0.92 | 0.95 | 0.03 | 1.79 | 0.94 | 0.51 |
| Hex | F7 | 13 | C | 0 | 5C | 5F | 3 | 2 | 5E | 33 |
| Octal | 367 | 23 | 14 | 0 | 134 | 137 | 3 | 2 | 136 | 63 |
| Binary | 11110111 | 10011 | 1100 | 0 | 1011100 | 1011111 | 11 | 10 | 1011110 | 110011 |
Color Harmonies of #F7130C
Complementary color
Monochromatic Colors of #F7130C
Black with #F7130C
Text Example
Text Example
White with #F7130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7130C; }
p { color: rgb(247,19,12); }
H1.HeaderClassName
{
color: #F7130C;
}
.AnyTagClassName
{
color: #F7130C;
}
</style>
background-color css
<style>
a { background-color: #F7130C; }
a { background-color: rgb(247,19,12); }
div.DivClassName
{
background-color: #F7130C;
}
.BgClassName
{
background-color: #F7130C;
}
</style>
border-color css
<style>
span { border-color: #F7130C; }
span { border-color: rgb(247,19,12); }
td.TdClassName
{
border-color: #F7130C;
}
.TagClassName
{
border-color: #F7130C;
}
</style>