Shades of Venetian Red #F2000E
Tints of Venetian Red #F2000E
RGB
CMYK
RGB Variations
Color information
#F2000E (or 0xF2000E) is known color: Venetian Red. HEX triplet: F2, 00 and 0E. RGB value is (242,0,14). Sum of RGB (Red+Green+Blue) = 242+0+14=256 (33% of max value = 765). Red value is 242 (94.92% from 255 or 94.53% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 242 - color contains mainly: red. Hex color #F2000E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2000E is #0DFFF1. Grayscale: #4A4A4A. Windows color (decimal): -917490 or 917746. OLE color: 917746.
HSL color Cylindrical-coordinate representation of color #F2000E: hue angle of 356.53º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2000E is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.94 | 0.05 |
| HSL | 356.53º | 1% | 0.47% | - |
| HSV(B) | 356.53º | 1% | 0.95% | - |
| XYZ | 36.7 | 18.91 | 2.13 | - |
| YUV | 73.95 | 94.17 | 247.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 14 | 0 | 1 | 0.94 | 0.05 | 356.53 | 1 | 0.47 |
| Hex | F2 | 0 | E | 0 | 64 | 5E | 5 | 165 | 64 | 2F |
| Octal | 362 | 0 | 16 | 0 | 144 | 136 | 5 | 545 | 144 | 57 |
| Binary | 11110010 | 0 | 1110 | 0 | 1100100 | 1011110 | 101 | 101100101 | 1100100 | 101111 |
Color Harmonies of #F2000E
Complementary color
Monochromatic Colors of #F2000E
Black with #F2000E
Text Example
Text Example
White with #F2000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2000E; }
p { color: rgb(242,0,14); }
H1.HeaderClassName
{
color: #F2000E;
}
.AnyTagClassName
{
color: #F2000E;
}
</style>
background-color css
<style>
a { background-color: #F2000E; }
a { background-color: rgb(242,0,14); }
div.DivClassName
{
background-color: #F2000E;
}
.BgClassName
{
background-color: #F2000E;
}
</style>
border-color css
<style>
span { border-color: #F2000E; }
span { border-color: rgb(242,0,14); }
td.TdClassName
{
border-color: #F2000E;
}
.TagClassName
{
border-color: #F2000E;
}
</style>