Shades of Red #F00700
Tints of Red #F00700
RGB
CMYK
RGB Variations
Color information
#F00700 (or 0xF00700) is known color: Red. HEX triplet: F0, 07 and 00. RGB value is (240,7,0). Sum of RGB (Red+Green+Blue) = 240+7+0=247 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.17% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 240 - color contains mainly: red. Hex color #F00700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00700 is #0FF8FF. Grayscale: #4C4C4C. Windows color (decimal): -1046784 or 2032. OLE color: 2032.
HSL color Cylindrical-coordinate representation of color #F00700: hue angle of 1.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00700 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.06 |
| HSL | 1.75º | 1% | 0.47% | - |
| HSV(B) | 1.75º | 1% | 0.94% | - |
| XYZ | 36.01 | 18.68 | 1.71 | - |
| YUV | 75.87 | 85.19 | 245.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 0 | 0 | 0.97 | 1 | 0.06 | 1.75 | 1 | 0.47 |
| Hex | F0 | 7 | 0 | 0 | 61 | 64 | 6 | 2 | 64 | 2F |
| Octal | 360 | 7 | 0 | 0 | 141 | 144 | 6 | 2 | 144 | 57 |
| Binary | 11110000 | 111 | 0 | 0 | 1100001 | 1100100 | 110 | 10 | 1100100 | 101111 |
Color Harmonies of #F00700
Complementary color
Monochromatic Colors of #F00700
Black with #F00700
Text Example
Text Example
White with #F00700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00700; }
p { color: rgb(240,7,0); }
H1.HeaderClassName
{
color: #F00700;
}
.AnyTagClassName
{
color: #F00700;
}
</style>
background-color css
<style>
a { background-color: #F00700; }
a { background-color: rgb(240,7,0); }
div.DivClassName
{
background-color: #F00700;
}
.BgClassName
{
background-color: #F00700;
}
</style>
border-color css
<style>
span { border-color: #F00700; }
span { border-color: rgb(240,7,0); }
td.TdClassName
{
border-color: #F00700;
}
.TagClassName
{
border-color: #F00700;
}
</style>