Shades of Venetian Red #F0070A
Tints of Venetian Red #F0070A
RGB
CMYK
RGB Variations
Color information
#F0070A (or 0xF0070A) is known color: Venetian Red. HEX triplet: F0, 07 and 0A. RGB value is (240,7,10). Sum of RGB (Red+Green+Blue) = 240+7+10=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F0070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0070A is #0FF8F5. Grayscale: #4D4D4D. Windows color (decimal): -1046774 or 657392. OLE color: 657392.
HSL color Cylindrical-coordinate representation of color #F0070A: hue angle of 359.23º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0070A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.06 |
| HSL | 359.23º | 0.94% | 0.48% | - |
| HSV(B) | 359.23º | 0.97% | 0.94% | - |
| XYZ | 36.07 | 18.7 | 2 | - |
| YUV | 77.01 | 90.19 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 10 | 0 | 0.97 | 0.96 | 0.06 | 359.23 | 0.94 | 0.48 |
| Hex | F0 | 7 | A | 0 | 61 | 60 | 6 | 167 | 5E | 30 |
| Octal | 360 | 7 | 12 | 0 | 141 | 140 | 6 | 547 | 136 | 60 |
| Binary | 11110000 | 111 | 1010 | 0 | 1100001 | 1100000 | 110 | 101100111 | 1011110 | 110000 |
Color Harmonies of #F0070A
Complementary color
Monochromatic Colors of #F0070A
Black with #F0070A
Text Example
Text Example
White with #F0070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0070A; }
p { color: rgb(240,7,10); }
H1.HeaderClassName
{
color: #F0070A;
}
.AnyTagClassName
{
color: #F0070A;
}
</style>
background-color css
<style>
a { background-color: #F0070A; }
a { background-color: rgb(240,7,10); }
div.DivClassName
{
background-color: #F0070A;
}
.BgClassName
{
background-color: #F0070A;
}
</style>
border-color css
<style>
span { border-color: #F0070A; }
span { border-color: rgb(240,7,10); }
td.TdClassName
{
border-color: #F0070A;
}
.TagClassName
{
border-color: #F0070A;
}
</style>