Shades of Venetian Red #F50308
Tints of Venetian Red #F50308
RGB
CMYK
RGB Variations
Color information
#F50308 (or 0xF50308) is known color: Venetian Red. HEX triplet: F5, 03 and 08. RGB value is (245,3,8). Sum of RGB (Red+Green+Blue) = 245+3+8=256 (33% of max value = 765). Red value is 245 (96.09% from 255 or 95.70% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 245 - color contains mainly: red. Hex color #F50308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50308 is #0AFCF7. Grayscale: #4C4C4C. Windows color (decimal): -720120 or 525301. OLE color: 525301.
HSL color Cylindrical-coordinate representation of color #F50308: hue angle of 358.76º 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 #F50308 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 8 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.04 |
| HSL | 358.76º | 0.98% | 0.49% | - |
| HSV(B) | 358.76º | 0.99% | 0.96% | - |
| XYZ | 37.73 | 19.5 | 2 | - |
| YUV | 75.93 | 89.67 | 248.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 8 | 0 | 0.99 | 0.97 | 0.04 | 358.76 | 0.98 | 0.49 |
| Hex | F5 | 3 | 8 | 0 | 63 | 61 | 4 | 167 | 62 | 31 |
| Octal | 365 | 3 | 10 | 0 | 143 | 141 | 4 | 547 | 142 | 61 |
| Binary | 11110101 | 11 | 1000 | 0 | 1100011 | 1100001 | 100 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F50308
Complementary color
Monochromatic Colors of #F50308
Black with #F50308
Text Example
Text Example
White with #F50308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50308; }
p { color: rgb(245,3,8); }
H1.HeaderClassName
{
color: #F50308;
}
.AnyTagClassName
{
color: #F50308;
}
</style>
background-color css
<style>
a { background-color: #F50308; }
a { background-color: rgb(245,3,8); }
div.DivClassName
{
background-color: #F50308;
}
.BgClassName
{
background-color: #F50308;
}
</style>
border-color css
<style>
span { border-color: #F50308; }
span { border-color: rgb(245,3,8); }
td.TdClassName
{
border-color: #F50308;
}
.TagClassName
{
border-color: #F50308;
}
</style>