Shades of Venetian Red #F1010B
Tints of Venetian Red #F1010B
RGB
CMYK
RGB Variations
Color information
#F1010B (or 0xF1010B) is known color: Venetian Red. HEX triplet: F1, 01 and 0B. RGB value is (241,1,11). Sum of RGB (Red+Green+Blue) = 241+1+11=253 (33% of max value = 765). Red value is 241 (94.53% from 255 or 95.26% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010B is #0EFEF4. Grayscale: #4A4A4A. Windows color (decimal): -982773 or 721393. OLE color: 721393.
HSL color Cylindrical-coordinate representation of color #F1010B: hue angle of 357.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 #F1010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.05 |
| HSL | 357.5º | 0.99% | 0.47% | - |
| HSV(B) | 357.5º | 1% | 0.95% | - |
| XYZ | 36.35 | 18.75 | 2.02 | - |
| YUV | 73.9 | 92.51 | 247.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 11 | 0 | 1.00 | 0.95 | 0.05 | 357.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | B | 0 | 64 | 5F | 5 | 166 | 63 | 2F |
| Octal | 361 | 1 | 13 | 0 | 144 | 137 | 5 | 546 | 143 | 57 |
| Binary | 11110001 | 1 | 1011 | 0 | 1100100 | 1011111 | 101 | 101100110 | 1100011 | 101111 |
Color Harmonies of #F1010B
Complementary color
Monochromatic Colors of #F1010B
Black with #F1010B
Text Example
Text Example
White with #F1010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1010B; }
p { color: rgb(241,1,11); }
H1.HeaderClassName
{
color: #F1010B;
}
.AnyTagClassName
{
color: #F1010B;
}
</style>
background-color css
<style>
a { background-color: #F1010B; }
a { background-color: rgb(241,1,11); }
div.DivClassName
{
background-color: #F1010B;
}
.BgClassName
{
background-color: #F1010B;
}
</style>
border-color css
<style>
span { border-color: #F1010B; }
span { border-color: rgb(241,1,11); }
td.TdClassName
{
border-color: #F1010B;
}
.TagClassName
{
border-color: #F1010B;
}
</style>