Shades of Red #F70F01
Tints of Red #F70F01
RGB
CMYK
RGB Variations
Color information
#F70F01 (or 0xF70F01) is known color: Red. HEX triplet: F7, 0F and 01. RGB value is (247,15,1). Sum of RGB (Red+Green+Blue) = 247+15+1=263 (34% of max value = 765). Red value is 247 (96.88% from 255 or 93.92% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 247 - color contains mainly: red. Hex color #F70F01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70F01 is #08F0FE. Grayscale: #535353. Windows color (decimal): -585983 or 69623. OLE color: 69623.
HSL color Cylindrical-coordinate representation of color #F70F01: hue angle of 3.41º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70F01 is Cyan = 0, Magento = 0.94, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 1 | - |
| CMYK | 0 | 0.94 | 1.00 | 0.03 |
| HSL | 3.41º | 0.99% | 0.49% | - |
| HSV(B) | 3.41º | 1% | 0.97% | - |
| XYZ | 38.53 | 20.12 | 1.88 | - |
| YUV | 82.77 | 81.86 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 1 | 0 | 0.94 | 1.00 | 0.03 | 3.41 | 0.99 | 0.49 |
| Hex | F7 | F | 1 | 0 | 5E | 64 | 3 | 3 | 63 | 31 |
| Octal | 367 | 17 | 1 | 0 | 136 | 144 | 3 | 3 | 143 | 61 |
| Binary | 11110111 | 1111 | 1 | 0 | 1011110 | 1100100 | 11 | 11 | 1100011 | 110001 |
Color Harmonies of #F70F01
Complementary color
Monochromatic Colors of #F70F01
Black with #F70F01
Text Example
Text Example
White with #F70F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70F01; }
p { color: rgb(247,15,1); }
H1.HeaderClassName
{
color: #F70F01;
}
.AnyTagClassName
{
color: #F70F01;
}
</style>
background-color css
<style>
a { background-color: #F70F01; }
a { background-color: rgb(247,15,1); }
div.DivClassName
{
background-color: #F70F01;
}
.BgClassName
{
background-color: #F70F01;
}
</style>
border-color css
<style>
span { border-color: #F70F01; }
span { border-color: rgb(247,15,1); }
td.TdClassName
{
border-color: #F70F01;
}
.TagClassName
{
border-color: #F70F01;
}
</style>