Shades of Venetian Red #F60307
Tints of Venetian Red #F60307
RGB
CMYK
RGB Variations
Color information
#F60307 (or 0xF60307) is known color: Venetian Red. HEX triplet: F6, 03 and 07. RGB value is (246,3,7). Sum of RGB (Red+Green+Blue) = 246+3+7=256 (33% of max value = 765). Red value is 246 (96.48% from 255 or 96.09% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 246 - color contains mainly: red. Hex color #F60307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60307 is #09FCF8. Grayscale: #4C4C4C. Windows color (decimal): -654585 or 459766. OLE color: 459766.
HSL color Cylindrical-coordinate representation of color #F60307: hue angle of 359.01º 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 #F60307 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 7 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.04 |
| HSL | 359.01º | 0.98% | 0.49% | - |
| HSV(B) | 359.01º | 0.99% | 0.96% | - |
| XYZ | 38.08 | 19.67 | 1.99 | - |
| YUV | 76.11 | 89.01 | 249.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 7 | 0 | 0.99 | 0.97 | 0.04 | 359.01 | 0.98 | 0.49 |
| Hex | F6 | 3 | 7 | 0 | 63 | 61 | 4 | 167 | 62 | 31 |
| Octal | 366 | 3 | 7 | 0 | 143 | 141 | 4 | 547 | 142 | 61 |
| Binary | 11110110 | 11 | 111 | 0 | 1100011 | 1100001 | 100 | 101100111 | 1100010 | 110001 |
Color Harmonies of #F60307
Complementary color
Monochromatic Colors of #F60307
Black with #F60307
Text Example
Text Example
White with #F60307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60307; }
p { color: rgb(246,3,7); }
H1.HeaderClassName
{
color: #F60307;
}
.AnyTagClassName
{
color: #F60307;
}
</style>
background-color css
<style>
a { background-color: #F60307; }
a { background-color: rgb(246,3,7); }
div.DivClassName
{
background-color: #F60307;
}
.BgClassName
{
background-color: #F60307;
}
</style>
border-color css
<style>
span { border-color: #F60307; }
span { border-color: rgb(246,3,7); }
td.TdClassName
{
border-color: #F60307;
}
.TagClassName
{
border-color: #F60307;
}
</style>