Shades of Venetian Red #F1010D
Tints of Venetian Red #F1010D
RGB
CMYK
RGB Variations
Color information
#F1010D (or 0xF1010D) is known color: Venetian Red. HEX triplet: F1, 01 and 0D. RGB value is (241,1,13). Sum of RGB (Red+Green+Blue) = 241+1+13=255 (33% of max value = 765). Red value is 241 (94.53% from 255 or 94.51% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 241 - color contains mainly: red. Hex color #F1010D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1010D is #0EFEF2. Grayscale: #4A4A4A. Windows color (decimal): -982771 or 852465. OLE color: 852465.
HSL color Cylindrical-coordinate representation of color #F1010D: hue angle of 357º 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 #F1010D is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 13 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.05 |
| HSL | 357º | 0.99% | 0.47% | - |
| HSV(B) | 357º | 1% | 0.95% | - |
| XYZ | 36.36 | 18.75 | 2.08 | - |
| YUV | 74.13 | 93.51 | 247.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 13 | 0 | 1.00 | 0.95 | 0.05 | 357 | 0.99 | 0.47 |
| Hex | F1 | 1 | D | 0 | 64 | 5F | 5 | 165 | 63 | 2F |
| Octal | 361 | 1 | 15 | 0 | 144 | 137 | 5 | 545 | 143 | 57 |
| Binary | 11110001 | 1 | 1101 | 0 | 1100100 | 1011111 | 101 | 101100101 | 1100011 | 101111 |
Color Harmonies of #F1010D
Complementary color
Monochromatic Colors of #F1010D
Black with #F1010D
Text Example
Text Example
White with #F1010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1010D; }
p { color: rgb(241,1,13); }
H1.HeaderClassName
{
color: #F1010D;
}
.AnyTagClassName
{
color: #F1010D;
}
</style>
background-color css
<style>
a { background-color: #F1010D; }
a { background-color: rgb(241,1,13); }
div.DivClassName
{
background-color: #F1010D;
}
.BgClassName
{
background-color: #F1010D;
}
</style>
border-color css
<style>
span { border-color: #F1010D; }
span { border-color: rgb(241,1,13); }
td.TdClassName
{
border-color: #F1010D;
}
.TagClassName
{
border-color: #F1010D;
}
</style>