Shades of Venetian Red #F0080D
Tints of Venetian Red #F0080D
RGB
CMYK
RGB Variations
Color information
#F0080D (or 0xF0080D) is known color: Venetian Red. HEX triplet: F0, 08 and 0D. RGB value is (240,8,13). Sum of RGB (Red+Green+Blue) = 240+8+13=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F0080D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0080D is #0FF7F2. Grayscale: #4E4E4E. Windows color (decimal): -1046515 or 854256. OLE color: 854256.
HSL color Cylindrical-coordinate representation of color #F0080D: hue angle of 358.71º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0080D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.06 |
| HSL | 358.71º | 0.94% | 0.49% | - |
| HSV(B) | 358.71º | 0.97% | 0.94% | - |
| XYZ | 36.09 | 18.73 | 2.09 | - |
| YUV | 77.94 | 91.36 | 243.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 13 | 0 | 0.97 | 0.95 | 0.06 | 358.71 | 0.94 | 0.49 |
| Hex | F0 | 8 | D | 0 | 61 | 5F | 6 | 167 | 5E | 31 |
| Octal | 360 | 10 | 15 | 0 | 141 | 137 | 6 | 547 | 136 | 61 |
| Binary | 11110000 | 1000 | 1101 | 0 | 1100001 | 1011111 | 110 | 101100111 | 1011110 | 110001 |
Color Harmonies of #F0080D
Complementary color
Monochromatic Colors of #F0080D
Black with #F0080D
Text Example
Text Example
White with #F0080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0080D; }
p { color: rgb(240,8,13); }
H1.HeaderClassName
{
color: #F0080D;
}
.AnyTagClassName
{
color: #F0080D;
}
</style>
background-color css
<style>
a { background-color: #F0080D; }
a { background-color: rgb(240,8,13); }
div.DivClassName
{
background-color: #F0080D;
}
.BgClassName
{
background-color: #F0080D;
}
</style>
border-color css
<style>
span { border-color: #F0080D; }
span { border-color: rgb(240,8,13); }
td.TdClassName
{
border-color: #F0080D;
}
.TagClassName
{
border-color: #F0080D;
}
</style>