Shades of Venetian Red #F10304
Tints of Venetian Red #F10304
RGB
CMYK
RGB Variations
Color information
#F10304 (or 0xF10304) is known color: Venetian Red. HEX triplet: F1, 03 and 04. RGB value is (241,3,4). Sum of RGB (Red+Green+Blue) = 241+3+4=248 (32% of max value = 765). Red value is 241 (94.53% from 255 or 97.18% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 241 - color contains mainly: red. Hex color #F10304 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10304 is #0EFCFB. Grayscale: #4A4A4A. Windows color (decimal): -982268 or 263153. OLE color: 263153.
HSL color Cylindrical-coordinate representation of color #F10304: hue angle of 359.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F10304 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 4 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.05 |
| HSL | 359.75º | 0.98% | 0.48% | - |
| HSV(B) | 359.75º | 0.99% | 0.95% | - |
| XYZ | 36.33 | 18.77 | 1.82 | - |
| YUV | 74.28 | 88.35 | 246.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 4 | 0 | 0.99 | 0.98 | 0.05 | 359.75 | 0.98 | 0.48 |
| Hex | F1 | 3 | 4 | 0 | 63 | 62 | 5 | 168 | 62 | 30 |
| Octal | 361 | 3 | 4 | 0 | 143 | 142 | 5 | 550 | 142 | 60 |
| Binary | 11110001 | 11 | 100 | 0 | 1100011 | 1100010 | 101 | 101101000 | 1100010 | 110000 |
Color Harmonies of #F10304
Complementary color
Monochromatic Colors of #F10304
Black with #F10304
Text Example
Text Example
White with #F10304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10304; }
p { color: rgb(241,3,4); }
H1.HeaderClassName
{
color: #F10304;
}
.AnyTagClassName
{
color: #F10304;
}
</style>
background-color css
<style>
a { background-color: #F10304; }
a { background-color: rgb(241,3,4); }
div.DivClassName
{
background-color: #F10304;
}
.BgClassName
{
background-color: #F10304;
}
</style>
border-color css
<style>
span { border-color: #F10304; }
span { border-color: rgb(241,3,4); }
td.TdClassName
{
border-color: #F10304;
}
.TagClassName
{
border-color: #F10304;
}
</style>