Shades of Venetian Red #F1010E
Tints of Venetian Red #F1010E
RGB
CMYK
RGB Variations
Color information
#F1010E (or 0xF1010E) is known color: Venetian Red. HEX triplet: F1, 01 and 0E. RGB value is (241,1,14). Sum of RGB (Red+Green+Blue) = 241+1+14=256 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.14% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010E is #0EFEF1. Grayscale: #4A4A4A. Windows color (decimal): -982770 or 918001. OLE color: 918001.
HSL color Cylindrical-coordinate representation of color #F1010E: hue angle of 356.75º 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 #F1010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.05 |
| HSL | 356.75º | 0.99% | 0.47% | - |
| HSV(B) | 356.75º | 1% | 0.95% | - |
| XYZ | 36.37 | 18.75 | 2.12 | - |
| YUV | 74.24 | 94.01 | 246.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 14 | 0 | 1.00 | 0.94 | 0.05 | 356.75 | 0.99 | 0.47 |
| Hex | F1 | 1 | E | 0 | 64 | 5E | 5 | 165 | 63 | 2F |
| Octal | 361 | 1 | 16 | 0 | 144 | 136 | 5 | 545 | 143 | 57 |
| Binary | 11110001 | 1 | 1110 | 0 | 1100100 | 1011110 | 101 | 101100101 | 1100011 | 101111 |
Color Harmonies of #F1010E
Complementary color
Monochromatic Colors of #F1010E
Black with #F1010E
Text Example
Text Example
White with #F1010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1010E; }
p { color: rgb(241,1,14); }
H1.HeaderClassName
{
color: #F1010E;
}
.AnyTagClassName
{
color: #F1010E;
}
</style>
background-color css
<style>
a { background-color: #F1010E; }
a { background-color: rgb(241,1,14); }
div.DivClassName
{
background-color: #F1010E;
}
.BgClassName
{
background-color: #F1010E;
}
</style>
border-color css
<style>
span { border-color: #F1010E; }
span { border-color: rgb(241,1,14); }
td.TdClassName
{
border-color: #F1010E;
}
.TagClassName
{
border-color: #F1010E;
}
</style>