Shades of Venetian Red #F50508
Tints of Venetian Red #F50508
RGB
CMYK
RGB Variations
Color information
#F50508 (or 0xF50508) is known color: Venetian Red. HEX triplet: F5, 05 and 08. RGB value is (245,5,8). Sum of RGB (Red+Green+Blue) = 245+5+8=258 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.96% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 245 - color contains mainly: red. Hex color #F50508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50508 is #0AFAF7. Grayscale: #4D4D4D. Windows color (decimal): -719608 or 525813. OLE color: 525813.
HSL color Cylindrical-coordinate representation of color #F50508: hue angle of 359.25º degrees, saturation: 0.96, 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 #F50508 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 8 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.04 |
| HSL | 359.25º | 0.96% | 0.49% | - |
| HSV(B) | 359.25º | 0.98% | 0.96% | - |
| XYZ | 37.75 | 19.54 | 2.01 | - |
| YUV | 77.1 | 89.01 | 247.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 8 | 0 | 0.98 | 0.97 | 0.04 | 359.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 8 | 0 | 62 | 61 | 4 | 167 | 60 | 31 |
| Octal | 365 | 5 | 10 | 0 | 142 | 141 | 4 | 547 | 140 | 61 |
| Binary | 11110101 | 101 | 1000 | 0 | 1100010 | 1100001 | 100 | 101100111 | 1100000 | 110001 |
Color Harmonies of #F50508
Complementary color
Monochromatic Colors of #F50508
Black with #F50508
Text Example
Text Example
White with #F50508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50508; }
p { color: rgb(245,5,8); }
H1.HeaderClassName
{
color: #F50508;
}
.AnyTagClassName
{
color: #F50508;
}
</style>
background-color css
<style>
a { background-color: #F50508; }
a { background-color: rgb(245,5,8); }
div.DivClassName
{
background-color: #F50508;
}
.BgClassName
{
background-color: #F50508;
}
</style>
border-color css
<style>
span { border-color: #F50508; }
span { border-color: rgb(245,5,8); }
td.TdClassName
{
border-color: #F50508;
}
.TagClassName
{
border-color: #F50508;
}
</style>