Shades of Venetian Red #F1000B
Tints of Venetian Red #F1000B
RGB
CMYK
RGB Variations
Color information
#F1000B (or 0xF1000B) is known color: Venetian Red. HEX triplet: F1, 00 and 0B. RGB value is (241,0,11). Sum of RGB (Red+Green+Blue) = 241+0+11=252 (33% of max value = 765). Red value is 241 (94.53% from 255 or 95.63% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 11 (4.69% from 255 or 4.37% from 252); Max value from RGB is 241 - color contains mainly: red. Hex color #F1000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1000B is #0EFFF4. Grayscale: #494949. Windows color (decimal): -983029 or 721137. OLE color: 721137.
HSL color Cylindrical-coordinate representation of color #F1000B: hue angle of 357.26º 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 #F1000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.05 |
| HSL | 357.26º | 1% | 0.47% | - |
| HSV(B) | 357.26º | 1% | 0.95% | - |
| XYZ | 36.34 | 18.72 | 2.02 | - |
| YUV | 73.31 | 92.84 | 247.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 11 | 0 | 1 | 0.95 | 0.05 | 357.26 | 1 | 0.47 |
| Hex | F1 | 0 | B | 0 | 64 | 5F | 5 | 165 | 64 | 2F |
| Octal | 361 | 0 | 13 | 0 | 144 | 137 | 5 | 545 | 144 | 57 |
| Binary | 11110001 | 0 | 1011 | 0 | 1100100 | 1011111 | 101 | 101100101 | 1100100 | 101111 |
Color Harmonies of #F1000B
Complementary color
Monochromatic Colors of #F1000B
Black with #F1000B
Text Example
Text Example
White with #F1000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1000B; }
p { color: rgb(241,0,11); }
H1.HeaderClassName
{
color: #F1000B;
}
.AnyTagClassName
{
color: #F1000B;
}
</style>
background-color css
<style>
a { background-color: #F1000B; }
a { background-color: rgb(241,0,11); }
div.DivClassName
{
background-color: #F1000B;
}
.BgClassName
{
background-color: #F1000B;
}
</style>
border-color css
<style>
span { border-color: #F1000B; }
span { border-color: rgb(241,0,11); }
td.TdClassName
{
border-color: #F1000B;
}
.TagClassName
{
border-color: #F1000B;
}
</style>