Shades of Red #F70505
Tints of Red #F70505
RGB
CMYK
RGB Variations
Color information
#F70505 (or 0xF70505) is known color: Red. HEX triplet: F7, 05 and 05. RGB value is (247,5,5). Sum of RGB (Red+Green+Blue) = 247+5+5=257 (34% of max value = 765). Red value is 247 (96.88% from 255 or 96.11% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 247 - color contains mainly: red. Hex color #F70505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70505 is #08FAFA. Grayscale: #4D4D4D. Windows color (decimal): -588539 or 329207. OLE color: 329207.
HSL color Cylindrical-coordinate representation of color #F70505: hue angle of 0º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F70505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.03 |
| HSL | 0º | 0.96% | 0.49% | - |
| HSV(B) | 0º | 0.98% | 0.97% | - |
| XYZ | 38.44 | 19.89 | 1.96 | - |
| YUV | 77.36 | 87.17 | 249 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 5 | 5 | 0 | 0.98 | 0.98 | 0.03 | 0 | 0.96 | 0.49 |
| Hex | F7 | 5 | 5 | 0 | 62 | 62 | 3 | 0 | 60 | 31 |
| Octal | 367 | 5 | 5 | 0 | 142 | 142 | 3 | 0 | 140 | 61 |
| Binary | 11110111 | 101 | 101 | 0 | 1100010 | 1100010 | 11 | 0 | 1100000 | 110001 |
Color Harmonies of #F70505
Complementary color
Monochromatic Colors of #F70505
Black with #F70505
Text Example
Text Example
White with #F70505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70505; }
p { color: rgb(247,5,5); }
H1.HeaderClassName
{
color: #F70505;
}
.AnyTagClassName
{
color: #F70505;
}
</style>
background-color css
<style>
a { background-color: #F70505; }
a { background-color: rgb(247,5,5); }
div.DivClassName
{
background-color: #F70505;
}
.BgClassName
{
background-color: #F70505;
}
</style>
border-color css
<style>
span { border-color: #F70505; }
span { border-color: rgb(247,5,5); }
td.TdClassName
{
border-color: #F70505;
}
.TagClassName
{
border-color: #F70505;
}
</style>