Shades of Venetian Red #F10305
Tints of Venetian Red #F10305
RGB
CMYK
RGB Variations
Color information
#F10305 (or 0xF10305) is known color: Venetian Red. HEX triplet: F1, 03 and 05. RGB value is (241,3,5). Sum of RGB (Red+Green+Blue) = 241+3+5=249 (32% of max value = 765). Red value is 241 (94.53% from 255 or 96.79% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 241 - color contains mainly: red. Hex color #F10305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10305 is #0EFCFA. Grayscale: #4A4A4A. Windows color (decimal): -982267 or 328689. OLE color: 328689.
HSL color Cylindrical-coordinate representation of color #F10305: hue angle of 359.5º 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 #F10305 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.05 |
| HSL | 359.5º | 0.98% | 0.48% | - |
| HSV(B) | 359.5º | 0.99% | 0.95% | - |
| XYZ | 36.34 | 18.78 | 1.85 | - |
| YUV | 74.39 | 88.85 | 246.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 5 | 0 | 0.99 | 0.98 | 0.05 | 359.5 | 0.98 | 0.48 |
| Hex | F1 | 3 | 5 | 0 | 63 | 62 | 5 | 167 | 62 | 30 |
| Octal | 361 | 3 | 5 | 0 | 143 | 142 | 5 | 547 | 142 | 60 |
| Binary | 11110001 | 11 | 101 | 0 | 1100011 | 1100010 | 101 | 101100111 | 1100010 | 110000 |
Color Harmonies of #F10305
Complementary color
Monochromatic Colors of #F10305
Black with #F10305
Text Example
Text Example
White with #F10305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10305; }
p { color: rgb(241,3,5); }
H1.HeaderClassName
{
color: #F10305;
}
.AnyTagClassName
{
color: #F10305;
}
</style>
background-color css
<style>
a { background-color: #F10305; }
a { background-color: rgb(241,3,5); }
div.DivClassName
{
background-color: #F10305;
}
.BgClassName
{
background-color: #F10305;
}
</style>
border-color css
<style>
span { border-color: #F10305; }
span { border-color: rgb(241,3,5); }
td.TdClassName
{
border-color: #F10305;
}
.TagClassName
{
border-color: #F10305;
}
</style>