Shades of Venetian Red #F50204
Tints of Venetian Red #F50204
RGB
CMYK
RGB Variations
Color information
#F50204 (or 0xF50204) is known color: Venetian Red. HEX triplet: F5, 02 and 04. RGB value is (245,2,4). Sum of RGB (Red+Green+Blue) = 245+2+4=251 (33% of max value = 765). Red value is 245 (96.09% from 255 or 97.61% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 245 - color contains mainly: red. Hex color #F50204 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50204 is #0AFDFB. Grayscale: #4B4B4B. Windows color (decimal): -720380 or 262901. OLE color: 262901.
HSL color Cylindrical-coordinate representation of color #F50204: hue angle of 359.51º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50204 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.04 |
| HSL | 359.51º | 0.98% | 0.48% | - |
| HSV(B) | 359.51º | 0.99% | 0.96% | - |
| XYZ | 37.7 | 19.46 | 1.88 | - |
| YUV | 74.89 | 88.01 | 249.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 4 | 0 | 0.99 | 0.98 | 0.04 | 359.51 | 0.98 | 0.48 |
| Hex | F5 | 2 | 4 | 0 | 63 | 62 | 4 | 168 | 62 | 30 |
| Octal | 365 | 2 | 4 | 0 | 143 | 142 | 4 | 550 | 142 | 60 |
| Binary | 11110101 | 10 | 100 | 0 | 1100011 | 1100010 | 100 | 101101000 | 1100010 | 110000 |
Color Harmonies of #F50204
Complementary color
Monochromatic Colors of #F50204
Black with #F50204
Text Example
Text Example
White with #F50204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50204; }
p { color: rgb(245,2,4); }
H1.HeaderClassName
{
color: #F50204;
}
.AnyTagClassName
{
color: #F50204;
}
</style>
background-color css
<style>
a { background-color: #F50204; }
a { background-color: rgb(245,2,4); }
div.DivClassName
{
background-color: #F50204;
}
.BgClassName
{
background-color: #F50204;
}
</style>
border-color css
<style>
span { border-color: #F50204; }
span { border-color: rgb(245,2,4); }
td.TdClassName
{
border-color: #F50204;
}
.TagClassName
{
border-color: #F50204;
}
</style>