Shades of Venetian Red #F1030E
Tints of Venetian Red #F1030E
RGB
CMYK
RGB Variations
Color information
#F1030E (or 0xF1030E) is known color: Venetian Red. HEX triplet: F1, 03 and 0E. RGB value is (241,3,14). Sum of RGB (Red+Green+Blue) = 241+3+14=258 (34% of max value = 765). Red value is 241 (94.53% from 255 or 93.41% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 241 - color contains mainly: red. Hex color #F1030E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1030E is #0EFCF1. Grayscale: #4B4B4B. Windows color (decimal): -982258 or 918513. OLE color: 918513.
HSL color Cylindrical-coordinate representation of color #F1030E: hue angle of 357.23º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F1030E is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 14 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.05 |
| HSL | 357.23º | 0.98% | 0.48% | - |
| HSV(B) | 357.23º | 0.99% | 0.95% | - |
| XYZ | 36.39 | 18.8 | 2.13 | - |
| YUV | 75.42 | 93.35 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 14 | 0 | 0.99 | 0.94 | 0.05 | 357.23 | 0.98 | 0.48 |
| Hex | F1 | 3 | E | 0 | 63 | 5E | 5 | 165 | 62 | 30 |
| Octal | 361 | 3 | 16 | 0 | 143 | 136 | 5 | 545 | 142 | 60 |
| Binary | 11110001 | 11 | 1110 | 0 | 1100011 | 1011110 | 101 | 101100101 | 1100010 | 110000 |
Color Harmonies of #F1030E
Complementary color
Monochromatic Colors of #F1030E
Black with #F1030E
Text Example
Text Example
White with #F1030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1030E; }
p { color: rgb(241,3,14); }
H1.HeaderClassName
{
color: #F1030E;
}
.AnyTagClassName
{
color: #F1030E;
}
</style>
background-color css
<style>
a { background-color: #F1030E; }
a { background-color: rgb(241,3,14); }
div.DivClassName
{
background-color: #F1030E;
}
.BgClassName
{
background-color: #F1030E;
}
</style>
border-color css
<style>
span { border-color: #F1030E; }
span { border-color: rgb(241,3,14); }
td.TdClassName
{
border-color: #F1030E;
}
.TagClassName
{
border-color: #F1030E;
}
</style>