Shades of Venetian Red #F70103
Tints of Venetian Red #F70103
RGB
CMYK
RGB Variations
Color information
#F70103 (or 0xF70103) is known color: Venetian Red. HEX triplet: F7, 01 and 03. RGB value is (247,1,3). Sum of RGB (Red+Green+Blue) = 247+1+3=251 (33% of max value = 765). Red value is 247 (96.88% from 255 or 98.41% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 247 - color contains mainly: red. Hex color #F70103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70103 is #08FEFC. Grayscale: #4B4B4B. Windows color (decimal): -589565 or 197111. OLE color: 197111.
HSL color Cylindrical-coordinate representation of color #F70103: hue angle of 359.51º 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 #F70103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.03 |
| HSL | 359.51º | 0.99% | 0.49% | - |
| HSV(B) | 359.51º | 1% | 0.97% | - |
| XYZ | 38.39 | 19.8 | 1.89 | - |
| YUV | 74.78 | 87.5 | 250.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 3 | 0 | 1.00 | 0.99 | 0.03 | 359.51 | 0.99 | 0.49 |
| Hex | F7 | 1 | 3 | 0 | 64 | 63 | 3 | 168 | 63 | 31 |
| Octal | 367 | 1 | 3 | 0 | 144 | 143 | 3 | 550 | 143 | 61 |
| Binary | 11110111 | 1 | 11 | 0 | 1100100 | 1100011 | 11 | 101101000 | 1100011 | 110001 |
Color Harmonies of #F70103
Complementary color
Monochromatic Colors of #F70103
Black with #F70103
Text Example
Text Example
White with #F70103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70103; }
p { color: rgb(247,1,3); }
H1.HeaderClassName
{
color: #F70103;
}
.AnyTagClassName
{
color: #F70103;
}
</style>
background-color css
<style>
a { background-color: #F70103; }
a { background-color: rgb(247,1,3); }
div.DivClassName
{
background-color: #F70103;
}
.BgClassName
{
background-color: #F70103;
}
</style>
border-color css
<style>
span { border-color: #F70103; }
span { border-color: rgb(247,1,3); }
td.TdClassName
{
border-color: #F70103;
}
.TagClassName
{
border-color: #F70103;
}
</style>