Shades of Venetian Red #F2070A
Tints of Venetian Red #F2070A
RGB
CMYK
RGB Variations
Color information
#F2070A (or 0xF2070A) is known color: Venetian Red. HEX triplet: F2, 07 and 0A. RGB value is (242,7,10). Sum of RGB (Red+Green+Blue) = 242+7+10=259 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.44% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 242 - color contains mainly: red. Hex color #F2070A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2070A is #0DF8F5. Grayscale: #4D4D4D. Windows color (decimal): -915702 or 657394. OLE color: 657394.
HSL color Cylindrical-coordinate representation of color #F2070A: hue angle of 359.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2070A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.05 |
| HSL | 359.23º | 0.94% | 0.49% | - |
| HSV(B) | 359.23º | 0.97% | 0.95% | - |
| XYZ | 36.75 | 19.05 | 2.03 | - |
| YUV | 77.61 | 89.86 | 245.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 10 | 0 | 0.97 | 0.96 | 0.05 | 359.23 | 0.94 | 0.49 |
| Hex | F2 | 7 | A | 0 | 61 | 60 | 5 | 167 | 5E | 31 |
| Octal | 362 | 7 | 12 | 0 | 141 | 140 | 5 | 547 | 136 | 61 |
| Binary | 11110010 | 111 | 1010 | 0 | 1100001 | 1100000 | 101 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F2070A
Complementary color
Monochromatic Colors of #F2070A
Black with #F2070A
Text Example
Text Example
White with #F2070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2070A; }
p { color: rgb(242,7,10); }
H1.HeaderClassName
{
color: #F2070A;
}
.AnyTagClassName
{
color: #F2070A;
}
</style>
background-color css
<style>
a { background-color: #F2070A; }
a { background-color: rgb(242,7,10); }
div.DivClassName
{
background-color: #F2070A;
}
.BgClassName
{
background-color: #F2070A;
}
</style>
border-color css
<style>
span { border-color: #F2070A; }
span { border-color: rgb(242,7,10); }
td.TdClassName
{
border-color: #F2070A;
}
.TagClassName
{
border-color: #F2070A;
}
</style>