Shades of Venetian Red #F0090C
Tints of Venetian Red #F0090C
RGB
CMYK
RGB Variations
Color information
#F0090C (or 0xF0090C) is known color: Venetian Red. HEX triplet: F0, 09 and 0C. RGB value is (240,9,12). Sum of RGB (Red+Green+Blue) = 240+9+12=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F0090C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0090C is #0FF6F3. Grayscale: #4E4E4E. Windows color (decimal): -1046260 or 788976. OLE color: 788976.
HSL color Cylindrical-coordinate representation of color #F0090C: hue angle of 359.22º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0090C is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 12 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.06 |
| HSL | 359.22º | 0.93% | 0.49% | - |
| HSV(B) | 359.22º | 0.96% | 0.94% | - |
| XYZ | 36.1 | 18.75 | 2.06 | - |
| YUV | 78.41 | 90.53 | 243.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 12 | 0 | 0.96 | 0.95 | 0.06 | 359.22 | 0.93 | 0.49 |
| Hex | F0 | 9 | C | 0 | 60 | 5F | 6 | 167 | 5D | 31 |
| Octal | 360 | 11 | 14 | 0 | 140 | 137 | 6 | 547 | 135 | 61 |
| Binary | 11110000 | 1001 | 1100 | 0 | 1100000 | 1011111 | 110 | 101100111 | 1011101 | 110001 |
Color Harmonies of #F0090C
Complementary color
Monochromatic Colors of #F0090C
Black with #F0090C
Text Example
Text Example
White with #F0090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0090C; }
p { color: rgb(240,9,12); }
H1.HeaderClassName
{
color: #F0090C;
}
.AnyTagClassName
{
color: #F0090C;
}
</style>
background-color css
<style>
a { background-color: #F0090C; }
a { background-color: rgb(240,9,12); }
div.DivClassName
{
background-color: #F0090C;
}
.BgClassName
{
background-color: #F0090C;
}
</style>
border-color css
<style>
span { border-color: #F0090C; }
span { border-color: rgb(240,9,12); }
td.TdClassName
{
border-color: #F0090C;
}
.TagClassName
{
border-color: #F0090C;
}
</style>