Shades of Venetian Red #F50607
Tints of Venetian Red #F50607
RGB
CMYK
RGB Variations
Color information
#F50607 (or 0xF50607) is known color: Venetian Red. HEX triplet: F5, 06 and 07. RGB value is (245,6,7). Sum of RGB (Red+Green+Blue) = 245+6+7=258 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.96% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 245 - color contains mainly: red. Hex color #F50607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50607 is #0AF9F8. Grayscale: #4D4D4D. Windows color (decimal): -719353 or 460533. OLE color: 460533.
HSL color Cylindrical-coordinate representation of color #F50607: hue angle of 359.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50607 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.04 |
| HSL | 359.75º | 0.95% | 0.49% | - |
| HSV(B) | 359.75º | 0.98% | 0.96% | - |
| XYZ | 37.76 | 19.56 | 1.99 | - |
| YUV | 77.58 | 88.18 | 247.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 7 | 0 | 0.98 | 0.97 | 0.04 | 359.75 | 0.95 | 0.49 |
| Hex | F5 | 6 | 7 | 0 | 62 | 61 | 4 | 168 | 5F | 31 |
| Octal | 365 | 6 | 7 | 0 | 142 | 141 | 4 | 550 | 137 | 61 |
| Binary | 11110101 | 110 | 111 | 0 | 1100010 | 1100001 | 100 | 101101000 | 1011111 | 110001 |
Color Harmonies of #F50607
Complementary color
Monochromatic Colors of #F50607
Black with #F50607
Text Example
Text Example
White with #F50607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50607; }
p { color: rgb(245,6,7); }
H1.HeaderClassName
{
color: #F50607;
}
.AnyTagClassName
{
color: #F50607;
}
</style>
background-color css
<style>
a { background-color: #F50607; }
a { background-color: rgb(245,6,7); }
div.DivClassName
{
background-color: #F50607;
}
.BgClassName
{
background-color: #F50607;
}
</style>
border-color css
<style>
span { border-color: #F50607; }
span { border-color: rgb(245,6,7); }
td.TdClassName
{
border-color: #F50607;
}
.TagClassName
{
border-color: #F50607;
}
</style>