Shades of Venetian Red #F60207
Tints of Venetian Red #F60207
RGB
CMYK
RGB Variations
Color information
#F60207 (or 0xF60207) is known color: Venetian Red. HEX triplet: F6, 02 and 07. RGB value is (246,2,7). Sum of RGB (Red+Green+Blue) = 246+2+7=255 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.47% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 246 - color contains mainly: red. Hex color #F60207 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60207 is #09FDF8. Grayscale: #4B4B4B. Windows color (decimal): -654841 or 459510. OLE color: 459510.
HSL color Cylindrical-coordinate representation of color #F60207: hue angle of 358.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60207 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.04 |
| HSL | 358.77º | 0.98% | 0.49% | - |
| HSV(B) | 358.77º | 0.99% | 0.96% | - |
| XYZ | 38.07 | 19.65 | 1.99 | - |
| YUV | 75.53 | 89.34 | 249.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 7 | 0 | 0.99 | 0.97 | 0.04 | 358.77 | 0.98 | 0.49 |
| Hex | F6 | 2 | 7 | 0 | 63 | 61 | 4 | 167 | 62 | 31 |
| Octal | 366 | 2 | 7 | 0 | 143 | 141 | 4 | 547 | 142 | 61 |
| Binary | 11110110 | 10 | 111 | 0 | 1100011 | 1100001 | 100 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F60207
Complementary color
Monochromatic Colors of #F60207
Black with #F60207
Text Example
Text Example
White with #F60207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60207; }
p { color: rgb(246,2,7); }
H1.HeaderClassName
{
color: #F60207;
}
.AnyTagClassName
{
color: #F60207;
}
</style>
background-color css
<style>
a { background-color: #F60207; }
a { background-color: rgb(246,2,7); }
div.DivClassName
{
background-color: #F60207;
}
.BgClassName
{
background-color: #F60207;
}
</style>
border-color css
<style>
span { border-color: #F60207; }
span { border-color: rgb(246,2,7); }
td.TdClassName
{
border-color: #F60207;
}
.TagClassName
{
border-color: #F60207;
}
</style>