Shades of Venetian Red #F50109
Tints of Venetian Red #F50109
RGB
CMYK
RGB Variations
Color information
#F50109 (or 0xF50109) is known color: Venetian Red. HEX triplet: F5, 01 and 09. RGB value is (245,1,9). Sum of RGB (Red+Green+Blue) = 245+1+9=255 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.08% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 245 - color contains mainly: red. Hex color #F50109 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50109 is #0AFEF6. Grayscale: #4B4B4B. Windows color (decimal): -720631 or 590325. OLE color: 590325.
HSL color Cylindrical-coordinate representation of color #F50109: hue angle of 358.03º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50109 is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 9 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.04 |
| HSL | 358.03º | 0.99% | 0.48% | - |
| HSV(B) | 358.03º | 1% | 0.96% | - |
| XYZ | 37.72 | 19.45 | 2.03 | - |
| YUV | 74.87 | 90.84 | 249.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 9 | 0 | 1.00 | 0.96 | 0.04 | 358.03 | 0.99 | 0.48 |
| Hex | F5 | 1 | 9 | 0 | 64 | 60 | 4 | 166 | 63 | 30 |
| Octal | 365 | 1 | 11 | 0 | 144 | 140 | 4 | 546 | 143 | 60 |
| Binary | 11110101 | 1 | 1001 | 0 | 1100100 | 1100000 | 100 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F50109
Complementary color
Monochromatic Colors of #F50109
Black with #F50109
Text Example
Text Example
White with #F50109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50109; }
p { color: rgb(245,1,9); }
H1.HeaderClassName
{
color: #F50109;
}
.AnyTagClassName
{
color: #F50109;
}
</style>
background-color css
<style>
a { background-color: #F50109; }
a { background-color: rgb(245,1,9); }
div.DivClassName
{
background-color: #F50109;
}
.BgClassName
{
background-color: #F50109;
}
</style>
border-color css
<style>
span { border-color: #F50109; }
span { border-color: rgb(245,1,9); }
td.TdClassName
{
border-color: #F50109;
}
.TagClassName
{
border-color: #F50109;
}
</style>