Shades of Venetian Red #F00407
Tints of Venetian Red #F00407
RGB
CMYK
RGB Variations
Color information
#F00407 (or 0xF00407) is known color: Venetian Red. HEX triplet: F0, 04 and 07. RGB value is (240,4,7). Sum of RGB (Red+Green+Blue) = 240+4+7=251 (33% of max value = 765). Red value is 240 (94.14% from 255 or 95.62% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 240 - color contains mainly: red. Hex color #F00407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00407 is #0FFBF8. Grayscale: #4B4B4B. Windows color (decimal): -1047545 or 460016. OLE color: 460016.
HSL color Cylindrical-coordinate representation of color #F00407: hue angle of 359.24º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00407 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 7 | - |
| CMYK | 0 | 0.98 | 0.97 | 0.06 |
| HSL | 359.24º | 0.97% | 0.48% | - |
| HSV(B) | 359.24º | 0.98% | 0.94% | - |
| XYZ | 36.02 | 18.63 | 1.9 | - |
| YUV | 74.91 | 89.69 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 7 | 0 | 0.98 | 0.97 | 0.06 | 359.24 | 0.97 | 0.48 |
| Hex | F0 | 4 | 7 | 0 | 62 | 61 | 6 | 167 | 61 | 30 |
| Octal | 360 | 4 | 7 | 0 | 142 | 141 | 6 | 547 | 141 | 60 |
| Binary | 11110000 | 100 | 111 | 0 | 1100010 | 1100001 | 110 | 101100111 | 1100001 | 110000 |
Color Harmonies of #F00407
Complementary color
Monochromatic Colors of #F00407
Black with #F00407
Text Example
Text Example
White with #F00407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00407; }
p { color: rgb(240,4,7); }
H1.HeaderClassName
{
color: #F00407;
}
.AnyTagClassName
{
color: #F00407;
}
</style>
background-color css
<style>
a { background-color: #F00407; }
a { background-color: rgb(240,4,7); }
div.DivClassName
{
background-color: #F00407;
}
.BgClassName
{
background-color: #F00407;
}
</style>
border-color css
<style>
span { border-color: #F00407; }
span { border-color: rgb(240,4,7); }
td.TdClassName
{
border-color: #F00407;
}
.TagClassName
{
border-color: #F00407;
}
</style>