Shades of Red #F70700
Tints of Red #F70700
RGB
CMYK
RGB Variations
Color information
#F70700 (or 0xF70700) is known color: Red. HEX triplet: F7, 07 and 00. RGB value is (247,7,0). Sum of RGB (Red+Green+Blue) = 247+7+0=254 (33% of max value = 765). Red value is 247 (96.88% from 255 or 97.24% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 247 - color contains mainly: red. Hex color #F70700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70700 is #08F8FF. Grayscale: #4E4E4E. Windows color (decimal): -588032 or 2039. OLE color: 2039.
HSL color Cylindrical-coordinate representation of color #F70700: hue angle of 1.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.03 |
| HSL | 1.7º | 1% | 0.48% | - |
| HSV(B) | 1.7º | 1% | 0.97% | - |
| XYZ | 38.43 | 19.93 | 1.82 | - |
| YUV | 77.96 | 84.01 | 248.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 0 | 0 | 0.97 | 1 | 0.03 | 1.7 | 1 | 0.48 |
| Hex | F7 | 7 | 0 | 0 | 61 | 64 | 3 | 2 | 64 | 30 |
| Octal | 367 | 7 | 0 | 0 | 141 | 144 | 3 | 2 | 144 | 60 |
| Binary | 11110111 | 111 | 0 | 0 | 1100001 | 1100100 | 11 | 10 | 1100100 | 110000 |
Color Harmonies of #F70700
Complementary color
Monochromatic Colors of #F70700
Black with #F70700
Text Example
Text Example
White with #F70700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70700; }
p { color: rgb(247,7,0); }
H1.HeaderClassName
{
color: #F70700;
}
.AnyTagClassName
{
color: #F70700;
}
</style>
background-color css
<style>
a { background-color: #F70700; }
a { background-color: rgb(247,7,0); }
div.DivClassName
{
background-color: #F70700;
}
.BgClassName
{
background-color: #F70700;
}
</style>
border-color css
<style>
span { border-color: #F70700; }
span { border-color: rgb(247,7,0); }
td.TdClassName
{
border-color: #F70700;
}
.TagClassName
{
border-color: #F70700;
}
</style>