Shades of Venetian Red #F50407
Tints of Venetian Red #F50407
RGB
CMYK
RGB Variations
Color information
#F50407 (or 0xF50407) is known color: Venetian Red. HEX triplet: F5, 04 and 07. RGB value is (245,4,7). Sum of RGB (Red+Green+Blue) = 245+4+7=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50407 is #0AFBF8. Grayscale: #4C4C4C. Windows color (decimal): -719865 or 460021. OLE color: 460021.
HSL color Cylindrical-coordinate representation of color #F50407: hue angle of 359.25º degrees, saturation: 0.97, 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 #F50407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.04 |
| HSL | 359.25º | 0.97% | 0.49% | - |
| HSV(B) | 359.25º | 0.98% | 0.96% | - |
| XYZ | 37.74 | 19.51 | 1.98 | - |
| YUV | 76.4 | 88.84 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 4 | 7 | 0 | 0.98 | 0.97 | 0.04 | 359.25 | 0.97 | 0.49 |
| Hex | F5 | 4 | 7 | 0 | 62 | 61 | 4 | 167 | 61 | 31 |
| Octal | 365 | 4 | 7 | 0 | 142 | 141 | 4 | 547 | 141 | 61 |
| Binary | 11110101 | 100 | 111 | 0 | 1100010 | 1100001 | 100 | 101100111 | 1100001 | 110001 |
Color Harmonies of #F50407
Complementary color
Monochromatic Colors of #F50407
Black with #F50407
Text Example
Text Example
White with #F50407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50407; }
p { color: rgb(245,4,7); }
H1.HeaderClassName
{
color: #F50407;
}
.AnyTagClassName
{
color: #F50407;
}
</style>
background-color css
<style>
a { background-color: #F50407; }
a { background-color: rgb(245,4,7); }
div.DivClassName
{
background-color: #F50407;
}
.BgClassName
{
background-color: #F50407;
}
</style>
border-color css
<style>
span { border-color: #F50407; }
span { border-color: rgb(245,4,7); }
td.TdClassName
{
border-color: #F50407;
}
.TagClassName
{
border-color: #F50407;
}
</style>