Shades of Venetian Red #F70105
Tints of Venetian Red #F70105
RGB
CMYK
RGB Variations
Color information
#F70105 (or 0xF70105) is known color: Venetian Red. HEX triplet: F7, 01 and 05. RGB value is (247,1,5). Sum of RGB (Red+Green+Blue) = 247+1+5=253 (33% of max value = 765). Red value is 247 (96.88% from 255 or 97.63% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 247 - color contains mainly: red. Hex color #F70105 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70105 is #08FEFA. Grayscale: #4B4B4B. Windows color (decimal): -589563 or 328183. OLE color: 328183.
HSL color Cylindrical-coordinate representation of color #F70105: hue angle of 359.02º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70105 is Cyan = 0, Magento = 1.00, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 5 | - |
| CMYK | 0 | 1.00 | 0.98 | 0.03 |
| HSL | 359.02º | 0.99% | 0.49% | - |
| HSV(B) | 359.02º | 1% | 0.97% | - |
| XYZ | 38.4 | 19.81 | 1.94 | - |
| YUV | 75.01 | 88.5 | 250.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 5 | 0 | 1.00 | 0.98 | 0.03 | 359.02 | 0.99 | 0.49 |
| Hex | F7 | 1 | 5 | 0 | 64 | 62 | 3 | 167 | 63 | 31 |
| Octal | 367 | 1 | 5 | 0 | 144 | 142 | 3 | 547 | 143 | 61 |
| Binary | 11110111 | 1 | 101 | 0 | 1100100 | 1100010 | 11 | 101100111 | 1100011 | 110001 |
Color Harmonies of #F70105
Complementary color
Monochromatic Colors of #F70105
Black with #F70105
Text Example
Text Example
White with #F70105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70105; }
p { color: rgb(247,1,5); }
H1.HeaderClassName
{
color: #F70105;
}
.AnyTagClassName
{
color: #F70105;
}
</style>
background-color css
<style>
a { background-color: #F70105; }
a { background-color: rgb(247,1,5); }
div.DivClassName
{
background-color: #F70105;
}
.BgClassName
{
background-color: #F70105;
}
</style>
border-color css
<style>
span { border-color: #F70105; }
span { border-color: rgb(247,1,5); }
td.TdClassName
{
border-color: #F70105;
}
.TagClassName
{
border-color: #F70105;
}
</style>