Shades of Venetian Red #F0020B
Tints of Venetian Red #F0020B
RGB
CMYK
RGB Variations
Color information
#F0020B (or 0xF0020B) is known color: Venetian Red. HEX triplet: F0, 02 and 0B. RGB value is (240,2,11). Sum of RGB (Red+Green+Blue) = 240+2+11=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F0020B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0020B is #0FFDF4. Grayscale: #4A4A4A. Windows color (decimal): -1048053 or 721648. OLE color: 721648.
HSL color Cylindrical-coordinate representation of color #F0020B: hue angle of 357.73º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.73º | 0.98% | 0.47% | - |
| HSV(B) | 357.73º | 0.99% | 0.94% | - |
| XYZ | 36.02 | 18.59 | 2.01 | - |
| YUV | 74.19 | 92.35 | 246.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 11 | 0 | 0.99 | 0.95 | 0.06 | 357.73 | 0.98 | 0.47 |
| Hex | F0 | 2 | B | 0 | 63 | 5F | 6 | 166 | 62 | 2F |
| Octal | 360 | 2 | 13 | 0 | 143 | 137 | 6 | 546 | 142 | 57 |
| Binary | 11110000 | 10 | 1011 | 0 | 1100011 | 1011111 | 110 | 101100110 | 1100010 | 101111 |
Color Harmonies of #F0020B
Complementary color
Monochromatic Colors of #F0020B
Black with #F0020B
Text Example
Text Example
White with #F0020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0020B; }
p { color: rgb(240,2,11); }
H1.HeaderClassName
{
color: #F0020B;
}
.AnyTagClassName
{
color: #F0020B;
}
</style>
background-color css
<style>
a { background-color: #F0020B; }
a { background-color: rgb(240,2,11); }
div.DivClassName
{
background-color: #F0020B;
}
.BgClassName
{
background-color: #F0020B;
}
</style>
border-color css
<style>
span { border-color: #F0020B; }
span { border-color: rgb(240,2,11); }
td.TdClassName
{
border-color: #F0020B;
}
.TagClassName
{
border-color: #F0020B;
}
</style>