Shades of Venetian Red #F70005
Tints of Venetian Red #F70005
RGB
CMYK
RGB Variations
Color information
#F70005 (or 0xF70005) is known color: Venetian Red. HEX triplet: F7, 00 and 05. RGB value is (247,0,5). Sum of RGB (Red+Green+Blue) = 247+0+5=252 (33% of max value = 765). Red value is 247 (96.88% from 255 or 98.02% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 247 - color contains mainly: red. Hex color #F70005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70005 is #08FFFA. Grayscale: #4A4A4A. Windows color (decimal): -589819 or 327927. OLE color: 327927.
HSL color Cylindrical-coordinate representation of color #F70005: hue angle of 358.79º 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 #F70005 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.98 | 0.03 |
| HSL | 358.79º | 1% | 0.48% | - |
| HSV(B) | 358.79º | 1% | 0.97% | - |
| XYZ | 38.39 | 19.79 | 1.94 | - |
| YUV | 74.42 | 88.83 | 251.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 5 | 0 | 1 | 0.98 | 0.03 | 358.79 | 1 | 0.48 |
| Hex | F7 | 0 | 5 | 0 | 64 | 62 | 3 | 167 | 64 | 30 |
| Octal | 367 | 0 | 5 | 0 | 144 | 142 | 3 | 547 | 144 | 60 |
| Binary | 11110111 | 0 | 101 | 0 | 1100100 | 1100010 | 11 | 101100111 | 1100100 | 110000 |
Color Harmonies of #F70005
Complementary color
Monochromatic Colors of #F70005
Black with #F70005
Text Example
Text Example
White with #F70005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70005; }
p { color: rgb(247,0,5); }
H1.HeaderClassName
{
color: #F70005;
}
.AnyTagClassName
{
color: #F70005;
}
</style>
background-color css
<style>
a { background-color: #F70005; }
a { background-color: rgb(247,0,5); }
div.DivClassName
{
background-color: #F70005;
}
.BgClassName
{
background-color: #F70005;
}
</style>
border-color css
<style>
span { border-color: #F70005; }
span { border-color: rgb(247,0,5); }
td.TdClassName
{
border-color: #F70005;
}
.TagClassName
{
border-color: #F70005;
}
</style>