Shades of Venetian Red #F40009
Tints of Venetian Red #F40009
RGB
CMYK
RGB Variations
Color information
#F40009 (or 0xF40009) is known color: Venetian Red. HEX triplet: F4, 00 and 09. RGB value is (244,0,9). Sum of RGB (Red+Green+Blue) = 244+0+9=253 (33% of max value = 765). Red value is 244 (95.70% from 255 or 96.44% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 244 - color contains mainly: red. Hex color #F40009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40009 is #0BFFF6. Grayscale: #4A4A4A. Windows color (decimal): -786423 or 590068. OLE color: 590068.
HSL color Cylindrical-coordinate representation of color #F40009: hue angle of 357.79º 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 #F40009 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.96 | 0.04 |
| HSL | 357.79º | 1% | 0.48% | - |
| HSV(B) | 357.79º | 1% | 0.96% | - |
| XYZ | 37.36 | 19.25 | 2.01 | - |
| YUV | 73.98 | 91.34 | 249.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 9 | 0 | 1 | 0.96 | 0.04 | 357.79 | 1 | 0.48 |
| Hex | F4 | 0 | 9 | 0 | 64 | 60 | 4 | 166 | 64 | 30 |
| Octal | 364 | 0 | 11 | 0 | 144 | 140 | 4 | 546 | 144 | 60 |
| Binary | 11110100 | 0 | 1001 | 0 | 1100100 | 1100000 | 100 | 101100110 | 1100100 | 110000 |
Color Harmonies of #F40009
Complementary color
Monochromatic Colors of #F40009
Black with #F40009
Text Example
Text Example
White with #F40009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40009; }
p { color: rgb(244,0,9); }
H1.HeaderClassName
{
color: #F40009;
}
.AnyTagClassName
{
color: #F40009;
}
</style>
background-color css
<style>
a { background-color: #F40009; }
a { background-color: rgb(244,0,9); }
div.DivClassName
{
background-color: #F40009;
}
.BgClassName
{
background-color: #F40009;
}
</style>
border-color css
<style>
span { border-color: #F40009; }
span { border-color: rgb(244,0,9); }
td.TdClassName
{
border-color: #F40009;
}
.TagClassName
{
border-color: #F40009;
}
</style>