Shades of Venetian Red #F40509
Tints of Venetian Red #F40509
RGB
CMYK
RGB Variations
Color information
#F40509 (or 0xF40509) is known color: Venetian Red. HEX triplet: F4, 05 and 09. RGB value is (244,5,9). Sum of RGB (Red+Green+Blue) = 244+5+9=258 (34% of max value = 765). Red value is 244 (95.70% from 255 or 94.57% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 244 - color contains mainly: red. Hex color #F40509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F40509 is #0BFAF6. Grayscale: #4D4D4D. Windows color (decimal): -785143 or 591348. OLE color: 591348.
HSL color Cylindrical-coordinate representation of color #F40509: hue angle of 359º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F40509 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 9 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.04 |
| HSL | 359º | 0.96% | 0.49% | - |
| HSV(B) | 359º | 0.98% | 0.96% | - |
| XYZ | 37.41 | 19.36 | 2.02 | - |
| YUV | 76.92 | 89.68 | 247.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 9 | 0 | 0.98 | 0.96 | 0.04 | 359 | 0.96 | 0.49 |
| Hex | F4 | 5 | 9 | 0 | 62 | 60 | 4 | 167 | 60 | 31 |
| Octal | 364 | 5 | 11 | 0 | 142 | 140 | 4 | 547 | 140 | 61 |
| Binary | 11110100 | 101 | 1001 | 0 | 1100010 | 1100000 | 100 | 101100111 | 1100000 | 110001 |
Color Harmonies of #F40509
Complementary color
Monochromatic Colors of #F40509
Black with #F40509
Text Example
Text Example
White with #F40509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40509; }
p { color: rgb(244,5,9); }
H1.HeaderClassName
{
color: #F40509;
}
.AnyTagClassName
{
color: #F40509;
}
</style>
background-color css
<style>
a { background-color: #F40509; }
a { background-color: rgb(244,5,9); }
div.DivClassName
{
background-color: #F40509;
}
.BgClassName
{
background-color: #F40509;
}
</style>
border-color css
<style>
span { border-color: #F40509; }
span { border-color: rgb(244,5,9); }
td.TdClassName
{
border-color: #F40509;
}
.TagClassName
{
border-color: #F40509;
}
</style>