Shades of Red #F71201
Tints of Red #F71201
RGB
CMYK
RGB Variations
Color information
#F71201 (or 0xF71201) is known color: Red. HEX triplet: F7, 12 and 01. RGB value is (247,18,1). Sum of RGB (Red+Green+Blue) = 247+18+1=266 (35% of max value = 765). Red value is 247 (96.88% from 255 or 92.86% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 247 - color contains mainly: red. Hex color #F71201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F71201 is #08EDFE. Grayscale: #545454. Windows color (decimal): -585215 or 70391. OLE color: 70391.
HSL color Cylindrical-coordinate representation of color #F71201: hue angle of 4.15º 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 #F71201 is Cyan = 0, Magento = 0.93, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 1 | - |
| CMYK | 0 | 0.93 | 1.00 | 0.03 |
| HSL | 4.15º | 0.99% | 0.49% | - |
| HSV(B) | 4.15º | 1% | 0.97% | - |
| XYZ | 38.58 | 20.21 | 1.9 | - |
| YUV | 84.53 | 80.87 | 243.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 1 | 0 | 0.93 | 1.00 | 0.03 | 4.15 | 0.99 | 0.49 |
| Hex | F7 | 12 | 1 | 0 | 5D | 64 | 3 | 4 | 63 | 31 |
| Octal | 367 | 22 | 1 | 0 | 135 | 144 | 3 | 4 | 143 | 61 |
| Binary | 11110111 | 10010 | 1 | 0 | 1011101 | 1100100 | 11 | 100 | 1100011 | 110001 |
Color Harmonies of #F71201
Complementary color
Monochromatic Colors of #F71201
Black with #F71201
Text Example
Text Example
White with #F71201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71201; }
p { color: rgb(247,18,1); }
H1.HeaderClassName
{
color: #F71201;
}
.AnyTagClassName
{
color: #F71201;
}
</style>
background-color css
<style>
a { background-color: #F71201; }
a { background-color: rgb(247,18,1); }
div.DivClassName
{
background-color: #F71201;
}
.BgClassName
{
background-color: #F71201;
}
</style>
border-color css
<style>
span { border-color: #F71201; }
span { border-color: rgb(247,18,1); }
td.TdClassName
{
border-color: #F71201;
}
.TagClassName
{
border-color: #F71201;
}
</style>