Shades of Red #F70D00
Tints of Red #F70D00
RGB
CMYK
RGB Variations
Color information
#F70D00 (or 0xF70D00) is known color: Red. HEX triplet: F7, 0D and 00. RGB value is (247,13,0). Sum of RGB (Red+Green+Blue) = 247+13+0=260 (34% of max value = 765). Red value is 247 (96.88% from 255 or 95% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 247 - color contains mainly: red. Hex color #F70D00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70D00 is #08F2FF. Grayscale: #515151. Windows color (decimal): -586496 or 3575. OLE color: 3575.
HSL color Cylindrical-coordinate representation of color #F70D00: hue angle of 3.16º 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 #F70D00 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.03 |
| HSL | 3.16º | 1% | 0.48% | - |
| HSV(B) | 3.16º | 1% | 0.97% | - |
| XYZ | 38.5 | 20.06 | 1.84 | - |
| YUV | 81.48 | 82.02 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 0 | 0 | 0.95 | 1 | 0.03 | 3.16 | 1 | 0.48 |
| Hex | F7 | D | 0 | 0 | 5F | 64 | 3 | 3 | 64 | 30 |
| Octal | 367 | 15 | 0 | 0 | 137 | 144 | 3 | 3 | 144 | 60 |
| Binary | 11110111 | 1101 | 0 | 0 | 1011111 | 1100100 | 11 | 11 | 1100100 | 110000 |
Color Harmonies of #F70D00
Complementary color
Monochromatic Colors of #F70D00
Black with #F70D00
Text Example
Text Example
White with #F70D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70D00; }
p { color: rgb(247,13,0); }
H1.HeaderClassName
{
color: #F70D00;
}
.AnyTagClassName
{
color: #F70D00;
}
</style>
background-color css
<style>
a { background-color: #F70D00; }
a { background-color: rgb(247,13,0); }
div.DivClassName
{
background-color: #F70D00;
}
.BgClassName
{
background-color: #F70D00;
}
</style>
border-color css
<style>
span { border-color: #F70D00; }
span { border-color: rgb(247,13,0); }
td.TdClassName
{
border-color: #F70D00;
}
.TagClassName
{
border-color: #F70D00;
}
</style>