Shades of Venetian Red #F50205
Tints of Venetian Red #F50205
RGB
CMYK
RGB Variations
Color information
#F50205 (or 0xF50205) is known color: Venetian Red. HEX triplet: F5, 02 and 05. RGB value is (245,2,5). Sum of RGB (Red+Green+Blue) = 245+2+5=252 (33% of max value = 765). Red value is 245 (96.09% from 255 or 97.22% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 245 - color contains mainly: red. Hex color #F50205 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50205 is #0AFDFA. Grayscale: #4B4B4B. Windows color (decimal): -720379 or 328437. OLE color: 328437.
HSL color Cylindrical-coordinate representation of color #F50205: hue angle of 359.26º 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 #F50205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.04 |
| HSL | 359.26º | 0.98% | 0.48% | - |
| HSV(B) | 359.26º | 0.99% | 0.96% | - |
| XYZ | 37.71 | 19.47 | 1.91 | - |
| YUV | 75 | 88.51 | 249.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 5 | 0 | 0.99 | 0.98 | 0.04 | 359.26 | 0.98 | 0.48 |
| Hex | F5 | 2 | 5 | 0 | 63 | 62 | 4 | 167 | 62 | 30 |
| Octal | 365 | 2 | 5 | 0 | 143 | 142 | 4 | 547 | 142 | 60 |
| Binary | 11110101 | 10 | 101 | 0 | 1100011 | 1100010 | 100 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F50205
Complementary color
Monochromatic Colors of #F50205
Black with #F50205
Text Example
Text Example
White with #F50205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50205; }
p { color: rgb(245,2,5); }
H1.HeaderClassName
{
color: #F50205;
}
.AnyTagClassName
{
color: #F50205;
}
</style>
background-color css
<style>
a { background-color: #F50205; }
a { background-color: rgb(245,2,5); }
div.DivClassName
{
background-color: #F50205;
}
.BgClassName
{
background-color: #F50205;
}
</style>
border-color css
<style>
span { border-color: #F50205; }
span { border-color: rgb(245,2,5); }
td.TdClassName
{
border-color: #F50205;
}
.TagClassName
{
border-color: #F50205;
}
</style>