Shades of Venetian Red #F2010B
Tints of Venetian Red #F2010B
RGB
CMYK
RGB Variations
Color information
#F2010B (or 0xF2010B) is known color: Venetian Red. HEX triplet: F2, 01 and 0B. RGB value is (242,1,11). Sum of RGB (Red+Green+Blue) = 242+1+11=254 (33% of max value = 765). Red value is 242 (94.92% from 255 or 95.28% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 242 - color contains mainly: red. Hex color #F2010B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2010B is #0DFEF4. Grayscale: #4A4A4A. Windows color (decimal): -917237 or 721394. OLE color: 721394.
HSL color Cylindrical-coordinate representation of color #F2010B: hue angle of 357.51º 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 #F2010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.05 |
| HSL | 357.51º | 0.99% | 0.48% | - |
| HSV(B) | 357.51º | 1% | 0.95% | - |
| XYZ | 36.69 | 18.92 | 2.04 | - |
| YUV | 74.2 | 92.34 | 247.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 11 | 0 | 1.00 | 0.95 | 0.05 | 357.51 | 0.99 | 0.48 |
| Hex | F2 | 1 | B | 0 | 64 | 5F | 5 | 166 | 63 | 30 |
| Octal | 362 | 1 | 13 | 0 | 144 | 137 | 5 | 546 | 143 | 60 |
| Binary | 11110010 | 1 | 1011 | 0 | 1100100 | 1011111 | 101 | 101100110 | 1100011 | 110000 |
Color Harmonies of #F2010B
Complementary color
Monochromatic Colors of #F2010B
Black with #F2010B
Text Example
Text Example
White with #F2010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2010B; }
p { color: rgb(242,1,11); }
H1.HeaderClassName
{
color: #F2010B;
}
.AnyTagClassName
{
color: #F2010B;
}
</style>
background-color css
<style>
a { background-color: #F2010B; }
a { background-color: rgb(242,1,11); }
div.DivClassName
{
background-color: #F2010B;
}
.BgClassName
{
background-color: #F2010B;
}
</style>
border-color css
<style>
span { border-color: #F2010B; }
span { border-color: rgb(242,1,11); }
td.TdClassName
{
border-color: #F2010B;
}
.TagClassName
{
border-color: #F2010B;
}
</style>