Shades of Venetian Red #F2040C
Tints of Venetian Red #F2040C
RGB
CMYK
RGB Variations
Color information
#F2040C (or 0xF2040C) is known color: Venetian Red. HEX triplet: F2, 04 and 0C. RGB value is (242,4,12). Sum of RGB (Red+Green+Blue) = 242+4+12=258 (34% of max value = 765). Red value is 242 (94.92% from 255 or 93.80% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 242 - color contains mainly: red. Hex color #F2040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2040C is #0DFBF3. Grayscale: #4C4C4C. Windows color (decimal): -916468 or 787698. OLE color: 787698.
HSL color Cylindrical-coordinate representation of color #F2040C: hue angle of 357.98º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.05 |
| HSL | 357.98º | 0.97% | 0.48% | - |
| HSV(B) | 357.98º | 0.98% | 0.95% | - |
| XYZ | 36.73 | 18.99 | 2.08 | - |
| YUV | 76.07 | 91.85 | 246.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 12 | 0 | 0.98 | 0.95 | 0.05 | 357.98 | 0.97 | 0.48 |
| Hex | F2 | 4 | C | 0 | 62 | 5F | 5 | 166 | 61 | 30 |
| Octal | 362 | 4 | 14 | 0 | 142 | 137 | 5 | 546 | 141 | 60 |
| Binary | 11110010 | 100 | 1100 | 0 | 1100010 | 1011111 | 101 | 101100110 | 1100001 | 110000 |
Color Harmonies of #F2040C
Complementary color
Monochromatic Colors of #F2040C
Black with #F2040C
Text Example
Text Example
White with #F2040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2040C; }
p { color: rgb(242,4,12); }
H1.HeaderClassName
{
color: #F2040C;
}
.AnyTagClassName
{
color: #F2040C;
}
</style>
background-color css
<style>
a { background-color: #F2040C; }
a { background-color: rgb(242,4,12); }
div.DivClassName
{
background-color: #F2040C;
}
.BgClassName
{
background-color: #F2040C;
}
</style>
border-color css
<style>
span { border-color: #F2040C; }
span { border-color: rgb(242,4,12); }
td.TdClassName
{
border-color: #F2040C;
}
.TagClassName
{
border-color: #F2040C;
}
</style>