Shades of Venetian Red #F70305
Tints of Venetian Red #F70305
RGB
CMYK
RGB Variations
Color information
#F70305 (or 0xF70305) is known color: Venetian Red. HEX triplet: F7, 03 and 05. RGB value is (247,3,5). Sum of RGB (Red+Green+Blue) = 247+3+5=255 (33% of max value = 765). Red value is 247 (96.88% from 255 or 96.86% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 247 - color contains mainly: red. Hex color #F70305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F70305 is #08FCFA. Grayscale: #4C4C4C. Windows color (decimal): -589051 or 328695. OLE color: 328695.
HSL color Cylindrical-coordinate representation of color #F70305: hue angle of 359.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.03 |
| HSL | 359.51º | 0.98% | 0.49% | - |
| HSV(B) | 359.51º | 0.99% | 0.97% | - |
| XYZ | 38.42 | 19.85 | 1.95 | - |
| YUV | 76.18 | 87.84 | 249.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 3 | 5 | 0 | 0.99 | 0.98 | 0.03 | 359.51 | 0.98 | 0.49 |
| Hex | F7 | 3 | 5 | 0 | 63 | 62 | 3 | 168 | 62 | 31 |
| Octal | 367 | 3 | 5 | 0 | 143 | 142 | 3 | 550 | 142 | 61 |
| Binary | 11110111 | 11 | 101 | 0 | 1100011 | 1100010 | 11 | 101101000 | 1100010 | 110001 |
Color Harmonies of #F70305
Complementary color
Monochromatic Colors of #F70305
Black with #F70305
Text Example
Text Example
White with #F70305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70305; }
p { color: rgb(247,3,5); }
H1.HeaderClassName
{
color: #F70305;
}
.AnyTagClassName
{
color: #F70305;
}
</style>
background-color css
<style>
a { background-color: #F70305; }
a { background-color: rgb(247,3,5); }
div.DivClassName
{
background-color: #F70305;
}
.BgClassName
{
background-color: #F70305;
}
</style>
border-color css
<style>
span { border-color: #F70305; }
span { border-color: rgb(247,3,5); }
td.TdClassName
{
border-color: #F70305;
}
.TagClassName
{
border-color: #F70305;
}
</style>