Shades of Venetian Red #F10003
Tints of Venetian Red #F10003
RGB
CMYK
RGB Variations
Color information
#F10003 (or 0xF10003) is known color: Venetian Red. HEX triplet: F1, 00 and 03. RGB value is (241,0,3). Sum of RGB (Red+Green+Blue) = 241+0+3=244 (32% of max value = 765). Red value is 241 (94.53% from 255 or 98.77% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 241 - color contains mainly: red. Hex color #F10003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10003 is #0EFFFC. Grayscale: #484848. Windows color (decimal): -983037 or 196849. OLE color: 196849.
HSL color Cylindrical-coordinate representation of color #F10003: hue angle of 359.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F10003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.05 |
| HSL | 359.25º | 1% | 0.47% | - |
| HSV(B) | 359.25º | 1% | 0.95% | - |
| XYZ | 36.29 | 18.71 | 1.78 | - |
| YUV | 72.4 | 88.84 | 248.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 3 | 0 | 1 | 0.99 | 0.05 | 359.25 | 1 | 0.47 |
| Hex | F1 | 0 | 3 | 0 | 64 | 63 | 5 | 167 | 64 | 2F |
| Octal | 361 | 0 | 3 | 0 | 144 | 143 | 5 | 547 | 144 | 57 |
| Binary | 11110001 | 0 | 11 | 0 | 1100100 | 1100011 | 101 | 101100111 | 1100100 | 101111 |
Color Harmonies of #F10003
Complementary color
Monochromatic Colors of #F10003
Black with #F10003
Text Example
Text Example
White with #F10003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10003; }
p { color: rgb(241,0,3); }
H1.HeaderClassName
{
color: #F10003;
}
.AnyTagClassName
{
color: #F10003;
}
</style>
background-color css
<style>
a { background-color: #F10003; }
a { background-color: rgb(241,0,3); }
div.DivClassName
{
background-color: #F10003;
}
.BgClassName
{
background-color: #F10003;
}
</style>
border-color css
<style>
span { border-color: #F10003; }
span { border-color: rgb(241,0,3); }
td.TdClassName
{
border-color: #F10003;
}
.TagClassName
{
border-color: #F10003;
}
</style>