Shades of Venetian Red #F2080D
Tints of Venetian Red #F2080D
RGB
CMYK
RGB Variations
Color information
#F2080D (or 0xF2080D) is known color: Venetian Red. HEX triplet: F2, 08 and 0D. RGB value is (242,8,13). Sum of RGB (Red+Green+Blue) = 242+8+13=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F2080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2080D is #0DF7F2. Grayscale: #4E4E4E. Windows color (decimal): -915443 or 854258. OLE color: 854258.
HSL color Cylindrical-coordinate representation of color #F2080D: hue angle of 358.72º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.05 |
| HSL | 358.72º | 0.94% | 0.49% | - |
| HSV(B) | 358.72º | 0.97% | 0.95% | - |
| XYZ | 36.78 | 19.08 | 2.13 | - |
| YUV | 78.54 | 91.02 | 244.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 13 | 0 | 0.97 | 0.95 | 0.05 | 358.72 | 0.94 | 0.49 |
| Hex | F2 | 8 | D | 0 | 61 | 5F | 5 | 167 | 5E | 31 |
| Octal | 362 | 10 | 15 | 0 | 141 | 137 | 5 | 547 | 136 | 61 |
| Binary | 11110010 | 1000 | 1101 | 0 | 1100001 | 1011111 | 101 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F2080D
Complementary color
Monochromatic Colors of #F2080D
Black with #F2080D
Text Example
Text Example
White with #F2080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2080D; }
p { color: rgb(242,8,13); }
H1.HeaderClassName
{
color: #F2080D;
}
.AnyTagClassName
{
color: #F2080D;
}
</style>
background-color css
<style>
a { background-color: #F2080D; }
a { background-color: rgb(242,8,13); }
div.DivClassName
{
background-color: #F2080D;
}
.BgClassName
{
background-color: #F2080D;
}
</style>
border-color css
<style>
span { border-color: #F2080D; }
span { border-color: rgb(242,8,13); }
td.TdClassName
{
border-color: #F2080D;
}
.TagClassName
{
border-color: #F2080D;
}
</style>