Shades of Venetian Red #F2010E
Tints of Venetian Red #F2010E
RGB
CMYK
RGB Variations
Color information
#F2010E (or 0xF2010E) is known color: Venetian Red. HEX triplet: F2, 01 and 0E. RGB value is (242,1,14). Sum of RGB (Red+Green+Blue) = 242+1+14=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F2010E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2010E is #0DFEF1. Grayscale: #4A4A4A. Windows color (decimal): -917234 or 918002. OLE color: 918002.
HSL color Cylindrical-coordinate representation of color #F2010E: hue angle of 356.76º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2010E is Cyan = 0, Magento = 1.00, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 14 | - |
| CMYK | 0 | 1.00 | 0.94 | 0.05 |
| HSL | 356.76º | 0.99% | 0.48% | - |
| HSV(B) | 356.76º | 1% | 0.95% | - |
| XYZ | 36.71 | 18.93 | 2.13 | - |
| YUV | 74.54 | 93.84 | 247.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 14 | 0 | 1.00 | 0.94 | 0.05 | 356.76 | 0.99 | 0.48 |
| Hex | F2 | 1 | E | 0 | 64 | 5E | 5 | 165 | 63 | 30 |
| Octal | 362 | 1 | 16 | 0 | 144 | 136 | 5 | 545 | 143 | 60 |
| Binary | 11110010 | 1 | 1110 | 0 | 1100100 | 1011110 | 101 | 101100101 | 1100011 | 110000 |
Color Harmonies of #F2010E
Complementary color
Monochromatic Colors of #F2010E
Black with #F2010E
Text Example
Text Example
White with #F2010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2010E; }
p { color: rgb(242,1,14); }
H1.HeaderClassName
{
color: #F2010E;
}
.AnyTagClassName
{
color: #F2010E;
}
</style>
background-color css
<style>
a { background-color: #F2010E; }
a { background-color: rgb(242,1,14); }
div.DivClassName
{
background-color: #F2010E;
}
.BgClassName
{
background-color: #F2010E;
}
</style>
border-color css
<style>
span { border-color: #F2010E; }
span { border-color: rgb(242,1,14); }
td.TdClassName
{
border-color: #F2010E;
}
.TagClassName
{
border-color: #F2010E;
}
</style>