Shades of Venetian Red #F00007
Tints of Venetian Red #F00007
RGB
CMYK
RGB Variations
Color information
#F00007 (or 0xF00007) is known color: Venetian Red. HEX triplet: F0, 00 and 07. RGB value is (240,0,7). Sum of RGB (Red+Green+Blue) = 240+0+7=247 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.17% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 240 - color contains mainly: red. Hex color #F00007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00007 is #0FFFF8. Grayscale: #484848. Windows color (decimal): -1048569 or 458992. OLE color: 458992.
HSL color Cylindrical-coordinate representation of color #F00007: hue angle of 358.25º 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 #F00007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.06 |
| HSL | 358.25º | 1% | 0.47% | - |
| HSV(B) | 358.25º | 1% | 0.94% | - |
| XYZ | 35.97 | 18.54 | 1.88 | - |
| YUV | 72.56 | 91.01 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 7 | 0 | 1 | 0.97 | 0.06 | 358.25 | 1 | 0.47 |
| Hex | F0 | 0 | 7 | 0 | 64 | 61 | 6 | 166 | 64 | 2F |
| Octal | 360 | 0 | 7 | 0 | 144 | 141 | 6 | 546 | 144 | 57 |
| Binary | 11110000 | 0 | 111 | 0 | 1100100 | 1100001 | 110 | 101100110 | 1100100 | 101111 |
Color Harmonies of #F00007
Complementary color
Monochromatic Colors of #F00007
Black with #F00007
Text Example
Text Example
White with #F00007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00007; }
p { color: rgb(240,0,7); }
H1.HeaderClassName
{
color: #F00007;
}
.AnyTagClassName
{
color: #F00007;
}
</style>
background-color css
<style>
a { background-color: #F00007; }
a { background-color: rgb(240,0,7); }
div.DivClassName
{
background-color: #F00007;
}
.BgClassName
{
background-color: #F00007;
}
</style>
border-color css
<style>
span { border-color: #F00007; }
span { border-color: rgb(240,0,7); }
td.TdClassName
{
border-color: #F00007;
}
.TagClassName
{
border-color: #F00007;
}
</style>