Shades of Venetian Red #F10103
Tints of Venetian Red #F10103
RGB
CMYK
RGB Variations
Color information
#F10103 (or 0xF10103) is known color: Venetian Red. HEX triplet: F1, 01 and 03. RGB value is (241,1,3). Sum of RGB (Red+Green+Blue) = 241+1+3=245 (32% of max value = 765). Red value is 241 (94.53% from 255 or 98.37% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 241 - color contains mainly: red. Hex color #F10103 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10103 is #0EFEFC. Grayscale: #494949. Windows color (decimal): -982781 or 197105. OLE color: 197105.
HSL color Cylindrical-coordinate representation of color #F10103: hue angle of 359.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10103 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 3 | - |
| CMYK | 0 | 1.00 | 0.99 | 0.05 |
| HSL | 359.5º | 0.99% | 0.47% | - |
| HSV(B) | 359.5º | 1% | 0.95% | - |
| XYZ | 36.3 | 18.73 | 1.79 | - |
| YUV | 72.99 | 88.51 | 247.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 3 | 0 | 1.00 | 0.99 | 0.05 | 359.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | 3 | 0 | 64 | 63 | 5 | 168 | 63 | 2F |
| Octal | 361 | 1 | 3 | 0 | 144 | 143 | 5 | 550 | 143 | 57 |
| Binary | 11110001 | 1 | 11 | 0 | 1100100 | 1100011 | 101 | 101101000 | 1100011 | 101111 |
Color Harmonies of #F10103
Complementary color
Monochromatic Colors of #F10103
Black with #F10103
Text Example
Text Example
White with #F10103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10103; }
p { color: rgb(241,1,3); }
H1.HeaderClassName
{
color: #F10103;
}
.AnyTagClassName
{
color: #F10103;
}
</style>
background-color css
<style>
a { background-color: #F10103; }
a { background-color: rgb(241,1,3); }
div.DivClassName
{
background-color: #F10103;
}
.BgClassName
{
background-color: #F10103;
}
</style>
border-color css
<style>
span { border-color: #F10103; }
span { border-color: rgb(241,1,3); }
td.TdClassName
{
border-color: #F10103;
}
.TagClassName
{
border-color: #F10103;
}
</style>