Shades of Venetian Red #F50306
Tints of Venetian Red #F50306
RGB
CMYK
RGB Variations
Color information
#F50306 (or 0xF50306) is known color: Venetian Red. HEX triplet: F5, 03 and 06. RGB value is (245,3,6). Sum of RGB (Red+Green+Blue) = 245+3+6=254 (33% of max value = 765). Red value is 245 (96.09% from 255 or 96.46% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 245 - color contains mainly: red. Hex color #F50306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50306 is #0AFCF9. Grayscale: #4B4B4B. Windows color (decimal): -720122 or 394229. OLE color: 394229.
HSL color Cylindrical-coordinate representation of color #F50306: hue angle of 359.26º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50306 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 6 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.04 |
| HSL | 359.26º | 0.98% | 0.49% | - |
| HSV(B) | 359.26º | 0.99% | 0.96% | - |
| XYZ | 37.72 | 19.49 | 1.95 | - |
| YUV | 75.7 | 88.67 | 248.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 6 | 0 | 0.99 | 0.98 | 0.04 | 359.26 | 0.98 | 0.49 |
| Hex | F5 | 3 | 6 | 0 | 63 | 62 | 4 | 167 | 62 | 31 |
| Octal | 365 | 3 | 6 | 0 | 143 | 142 | 4 | 547 | 142 | 61 |
| Binary | 11110101 | 11 | 110 | 0 | 1100011 | 1100010 | 100 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F50306
Complementary color
Monochromatic Colors of #F50306
Black with #F50306
Text Example
Text Example
White with #F50306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50306; }
p { color: rgb(245,3,6); }
H1.HeaderClassName
{
color: #F50306;
}
.AnyTagClassName
{
color: #F50306;
}
</style>
background-color css
<style>
a { background-color: #F50306; }
a { background-color: rgb(245,3,6); }
div.DivClassName
{
background-color: #F50306;
}
.BgClassName
{
background-color: #F50306;
}
</style>
border-color css
<style>
span { border-color: #F50306; }
span { border-color: rgb(245,3,6); }
td.TdClassName
{
border-color: #F50306;
}
.TagClassName
{
border-color: #F50306;
}
</style>