Shades of Venetian Red #F40007
Tints of Venetian Red #F40007
RGB
CMYK
RGB Variations
Color information
#F40007 (or 0xF40007) is known color: Venetian Red. HEX triplet: F4, 00 and 07. RGB value is (244,0,7). Sum of RGB (Red+Green+Blue) = 244+0+7=251 (33% of max value = 765). Red value is 244 (95.70% from 255 or 97.21% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 244 - color contains mainly: red. Hex color #F40007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40007 is #0BFFF8. Grayscale: #494949. Windows color (decimal): -786425 or 458996. OLE color: 458996.
HSL color Cylindrical-coordinate representation of color #F40007: hue angle of 358.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40007 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.97 | 0.04 |
| HSL | 358.28º | 1% | 0.48% | - |
| HSV(B) | 358.28º | 1% | 0.96% | - |
| XYZ | 37.35 | 19.25 | 1.95 | - |
| YUV | 73.75 | 90.34 | 249.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 7 | 0 | 1 | 0.97 | 0.04 | 358.28 | 1 | 0.48 |
| Hex | F4 | 0 | 7 | 0 | 64 | 61 | 4 | 166 | 64 | 30 |
| Octal | 364 | 0 | 7 | 0 | 144 | 141 | 4 | 546 | 144 | 60 |
| Binary | 11110100 | 0 | 111 | 0 | 1100100 | 1100001 | 100 | 101100110 | 1100100 | 110000 |
Color Harmonies of #F40007
Complementary color
Monochromatic Colors of #F40007
Black with #F40007
Text Example
Text Example
White with #F40007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40007; }
p { color: rgb(244,0,7); }
H1.HeaderClassName
{
color: #F40007;
}
.AnyTagClassName
{
color: #F40007;
}
</style>
background-color css
<style>
a { background-color: #F40007; }
a { background-color: rgb(244,0,7); }
div.DivClassName
{
background-color: #F40007;
}
.BgClassName
{
background-color: #F40007;
}
</style>
border-color css
<style>
span { border-color: #F40007; }
span { border-color: rgb(244,0,7); }
td.TdClassName
{
border-color: #F40007;
}
.TagClassName
{
border-color: #F40007;
}
</style>