Shades of Venetian Red #F0040C
Tints of Venetian Red #F0040C
RGB
CMYK
RGB Variations
Color information
#F0040C (or 0xF0040C) is known color: Venetian Red. HEX triplet: F0, 04 and 0C. RGB value is (240,4,12). Sum of RGB (Red+Green+Blue) = 240+4+12=256 (33% of max value = 765). Red value is 240 (94.14% from 255 or 93.75% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 240 - color contains mainly: red. Hex color #F0040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0040C is #0FFBF3. Grayscale: #4B4B4B. Windows color (decimal): -1047540 or 787696. OLE color: 787696.
HSL color Cylindrical-coordinate representation of color #F0040C: hue angle of 357.97º 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 #F0040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.06 |
| HSL | 357.97º | 0.97% | 0.48% | - |
| HSV(B) | 357.97º | 0.98% | 0.94% | - |
| XYZ | 36.04 | 18.64 | 2.05 | - |
| YUV | 75.48 | 92.19 | 245.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 12 | 0 | 0.98 | 0.95 | 0.06 | 357.97 | 0.97 | 0.48 |
| Hex | F0 | 4 | C | 0 | 62 | 5F | 6 | 166 | 61 | 30 |
| Octal | 360 | 4 | 14 | 0 | 142 | 137 | 6 | 546 | 141 | 60 |
| Binary | 11110000 | 100 | 1100 | 0 | 1100010 | 1011111 | 110 | 101100110 | 1100001 | 110000 |
Color Harmonies of #F0040C
Complementary color
Monochromatic Colors of #F0040C
Black with #F0040C
Text Example
Text Example
White with #F0040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0040C; }
p { color: rgb(240,4,12); }
H1.HeaderClassName
{
color: #F0040C;
}
.AnyTagClassName
{
color: #F0040C;
}
</style>
background-color css
<style>
a { background-color: #F0040C; }
a { background-color: rgb(240,4,12); }
div.DivClassName
{
background-color: #F0040C;
}
.BgClassName
{
background-color: #F0040C;
}
</style>
border-color css
<style>
span { border-color: #F0040C; }
span { border-color: rgb(240,4,12); }
td.TdClassName
{
border-color: #F0040C;
}
.TagClassName
{
border-color: #F0040C;
}
</style>