Shades of Venetian Red #F00010
Tints of Venetian Red #F00010
RGB
CMYK
RGB Variations
Color information
#F00010 (or 0xF00010) is known color: Venetian Red. HEX triplet: F0, 00 and 10. RGB value is (240,0,16). Sum of RGB (Red+Green+Blue) = 240+0+16=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F00010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00010 is #0FFFEF. Grayscale: #494949. Windows color (decimal): -1048560 or 1048816. OLE color: 1048816.
HSL color Cylindrical-coordinate representation of color #F00010: hue angle of 356º 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 #F00010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.06 |
| HSL | 356º | 1% | 0.47% | - |
| HSV(B) | 356º | 1% | 0.94% | - |
| XYZ | 36.03 | 18.56 | 2.17 | - |
| YUV | 73.58 | 95.51 | 246.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 16 | 0 | 1 | 0.93 | 0.06 | 356 | 1 | 0.47 |
| Hex | F0 | 0 | 10 | 0 | 64 | 5D | 6 | 164 | 64 | 2F |
| Octal | 360 | 0 | 20 | 0 | 144 | 135 | 6 | 544 | 144 | 57 |
| Binary | 11110000 | 0 | 10000 | 0 | 1100100 | 1011101 | 110 | 101100100 | 1100100 | 101111 |
Color Harmonies of #F00010
Complementary color
Monochromatic Colors of #F00010
Black with #F00010
Text Example
Text Example
White with #F00010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00010; }
p { color: rgb(240,0,16); }
H1.HeaderClassName
{
color: #F00010;
}
.AnyTagClassName
{
color: #F00010;
}
</style>
background-color css
<style>
a { background-color: #F00010; }
a { background-color: rgb(240,0,16); }
div.DivClassName
{
background-color: #F00010;
}
.BgClassName
{
background-color: #F00010;
}
</style>
border-color css
<style>
span { border-color: #F00010; }
span { border-color: rgb(240,0,16); }
td.TdClassName
{
border-color: #F00010;
}
.TagClassName
{
border-color: #F00010;
}
</style>