Shades of Venetian Red #F0000B
Tints of Venetian Red #F0000B
RGB
CMYK
RGB Variations
Color information
#F0000B (or 0xF0000B) is known color: Venetian Red. HEX triplet: F0, 00 and 0B. RGB value is (240,0,11). Sum of RGB (Red+Green+Blue) = 240+0+11=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F0000B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0000B is #0FFFF4. Grayscale: #494949. Windows color (decimal): -1048565 or 721136. OLE color: 721136.
HSL color Cylindrical-coordinate representation of color #F0000B: hue angle of 357.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.06 |
| HSL | 357.25º | 1% | 0.47% | - |
| HSV(B) | 357.25º | 1% | 0.94% | - |
| XYZ | 36 | 18.55 | 2 | - |
| YUV | 73.01 | 93.01 | 247.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 11 | 0 | 1 | 0.95 | 0.06 | 357.25 | 1 | 0.47 |
| Hex | F0 | 0 | B | 0 | 64 | 5F | 6 | 165 | 64 | 2F |
| Octal | 360 | 0 | 13 | 0 | 144 | 137 | 6 | 545 | 144 | 57 |
| Binary | 11110000 | 0 | 1011 | 0 | 1100100 | 1011111 | 110 | 101100101 | 1100100 | 101111 |
Color Harmonies of #F0000B
Complementary color
Monochromatic Colors of #F0000B
Black with #F0000B
Text Example
Text Example
White with #F0000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0000B; }
p { color: rgb(240,0,11); }
H1.HeaderClassName
{
color: #F0000B;
}
.AnyTagClassName
{
color: #F0000B;
}
</style>
background-color css
<style>
a { background-color: #F0000B; }
a { background-color: rgb(240,0,11); }
div.DivClassName
{
background-color: #F0000B;
}
.BgClassName
{
background-color: #F0000B;
}
</style>
border-color css
<style>
span { border-color: #F0000B; }
span { border-color: rgb(240,0,11); }
td.TdClassName
{
border-color: #F0000B;
}
.TagClassName
{
border-color: #F0000B;
}
</style>