Shades of Venetian Red #F2040B
Tints of Venetian Red #F2040B
RGB
CMYK
RGB Variations
Color information
#F2040B (or 0xF2040B) is known color: Venetian Red. HEX triplet: F2, 04 and 0B. RGB value is (242,4,11). Sum of RGB (Red+Green+Blue) = 242+4+11=257 (34% of max value = 765). Red value is 242 (94.92% from 255 or 94.16% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 242 - color contains mainly: red. Hex color #F2040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2040B is #0DFBF4. Grayscale: #4C4C4C. Windows color (decimal): -916469 or 722162. OLE color: 722162.
HSL color Cylindrical-coordinate representation of color #F2040B: hue angle of 358.24º 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 #F2040B is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.05 |
| HSL | 358.24º | 0.97% | 0.48% | - |
| HSV(B) | 358.24º | 0.98% | 0.95% | - |
| XYZ | 36.72 | 18.99 | 2.05 | - |
| YUV | 75.96 | 91.35 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 4 | 11 | 0 | 0.98 | 0.95 | 0.05 | 358.24 | 0.97 | 0.48 |
| Hex | F2 | 4 | B | 0 | 62 | 5F | 5 | 166 | 61 | 30 |
| Octal | 362 | 4 | 13 | 0 | 142 | 137 | 5 | 546 | 141 | 60 |
| Binary | 11110010 | 100 | 1011 | 0 | 1100010 | 1011111 | 101 | 101100110 | 1100001 | 110000 |
Color Harmonies of #F2040B
Complementary color
Monochromatic Colors of #F2040B
Black with #F2040B
Text Example
Text Example
White with #F2040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2040B; }
p { color: rgb(242,4,11); }
H1.HeaderClassName
{
color: #F2040B;
}
.AnyTagClassName
{
color: #F2040B;
}
</style>
background-color css
<style>
a { background-color: #F2040B; }
a { background-color: rgb(242,4,11); }
div.DivClassName
{
background-color: #F2040B;
}
.BgClassName
{
background-color: #F2040B;
}
</style>
border-color css
<style>
span { border-color: #F2040B; }
span { border-color: rgb(242,4,11); }
td.TdClassName
{
border-color: #F2040B;
}
.TagClassName
{
border-color: #F2040B;
}
</style>