Shades of Red #F70A03
Tints of Red #F70A03
RGB
CMYK
RGB Variations
Color information
#F70A03 (or 0xF70A03) is known color: Red. HEX triplet: F7, 0A and 03. RGB value is (247,10,3). Sum of RGB (Red+Green+Blue) = 247+10+3=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F70A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70A03 is #08F5FC. Grayscale: #505050. Windows color (decimal): -587261 or 199415. OLE color: 199415.
HSL color Cylindrical-coordinate representation of color #F70A03: hue angle of 1.72º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.03 |
| HSL | 1.72º | 0.98% | 0.49% | - |
| HSV(B) | 1.72º | 0.99% | 0.97% | - |
| XYZ | 38.48 | 20 | 1.92 | - |
| YUV | 80.07 | 84.52 | 247.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 3 | 0 | 0.96 | 0.99 | 0.03 | 1.72 | 0.98 | 0.49 |
| Hex | F7 | A | 3 | 0 | 60 | 63 | 3 | 2 | 62 | 31 |
| Octal | 367 | 12 | 3 | 0 | 140 | 143 | 3 | 2 | 142 | 61 |
| Binary | 11110111 | 1010 | 11 | 0 | 1100000 | 1100011 | 11 | 10 | 1100010 | 110001 |
Color Harmonies of #F70A03
Complementary color
Monochromatic Colors of #F70A03
Black with #F70A03
Text Example
Text Example
White with #F70A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70A03; }
p { color: rgb(247,10,3); }
H1.HeaderClassName
{
color: #F70A03;
}
.AnyTagClassName
{
color: #F70A03;
}
</style>
background-color css
<style>
a { background-color: #F70A03; }
a { background-color: rgb(247,10,3); }
div.DivClassName
{
background-color: #F70A03;
}
.BgClassName
{
background-color: #F70A03;
}
</style>
border-color css
<style>
span { border-color: #F70A03; }
span { border-color: rgb(247,10,3); }
td.TdClassName
{
border-color: #F70A03;
}
.TagClassName
{
border-color: #F70A03;
}
</style>