Shades of Red #F7110C
Tints of Red #F7110C
RGB
CMYK
RGB Variations
Color information
#F7110C (or 0xF7110C) is known color: Red. HEX triplet: F7, 11 and 0C. RGB value is (247,17,12). Sum of RGB (Red+Green+Blue) = 247+17+12=276 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.49% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 247 - color contains mainly: red. Hex color #F7110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F7110C is #08EEF3. Grayscale: #555555. Windows color (decimal): -585460 or 791031. OLE color: 791031.
HSL color Cylindrical-coordinate representation of color #F7110C: hue angle of 1.28º 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 #F7110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 12 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.03 |
| HSL | 1.28º | 0.94% | 0.51% | - |
| HSV(B) | 1.28º | 0.95% | 0.97% | - |
| XYZ | 38.62 | 20.2 | 2.21 | - |
| YUV | 85.2 | 86.7 | 243.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 12 | 0 | 0.93 | 0.95 | 0.03 | 1.28 | 0.94 | 0.51 |
| Hex | F7 | 11 | C | 0 | 5D | 5F | 3 | 1 | 5E | 33 |
| Octal | 367 | 21 | 14 | 0 | 135 | 137 | 3 | 1 | 136 | 63 |
| Binary | 11110111 | 10001 | 1100 | 0 | 1011101 | 1011111 | 11 | 1 | 1011110 | 110011 |
Color Harmonies of #F7110C
Complementary color
Monochromatic Colors of #F7110C
Black with #F7110C
Text Example
Text Example
White with #F7110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7110C; }
p { color: rgb(247,17,12); }
H1.HeaderClassName
{
color: #F7110C;
}
.AnyTagClassName
{
color: #F7110C;
}
</style>
background-color css
<style>
a { background-color: #F7110C; }
a { background-color: rgb(247,17,12); }
div.DivClassName
{
background-color: #F7110C;
}
.BgClassName
{
background-color: #F7110C;
}
</style>
border-color css
<style>
span { border-color: #F7110C; }
span { border-color: rgb(247,17,12); }
td.TdClassName
{
border-color: #F7110C;
}
.TagClassName
{
border-color: #F7110C;
}
</style>