Shades of Venetian Red #F0070D
Tints of Venetian Red #F0070D
RGB
CMYK
RGB Variations
Color information
#F0070D (or 0xF0070D) is known color: Venetian Red. HEX triplet: F0, 07 and 0D. RGB value is (240,7,13). Sum of RGB (Red+Green+Blue) = 240+7+13=260 (34% of max value = 765). Red value is 240 (94.14% from 255 or 92.31% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 240 - color contains mainly: red. Hex color #F0070D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0070D is #0FF8F2. Grayscale: #4D4D4D. Windows color (decimal): -1046771 or 854000. OLE color: 854000.
HSL color Cylindrical-coordinate representation of color #F0070D: hue angle of 358.45º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0070D is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 13 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.06 |
| HSL | 358.45º | 0.94% | 0.48% | - |
| HSV(B) | 358.45º | 0.97% | 0.94% | - |
| XYZ | 36.08 | 18.71 | 2.09 | - |
| YUV | 77.35 | 91.69 | 244.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 13 | 0 | 0.97 | 0.95 | 0.06 | 358.45 | 0.94 | 0.48 |
| Hex | F0 | 7 | D | 0 | 61 | 5F | 6 | 166 | 5E | 30 |
| Octal | 360 | 7 | 15 | 0 | 141 | 137 | 6 | 546 | 136 | 60 |
| Binary | 11110000 | 111 | 1101 | 0 | 1100001 | 1011111 | 110 | 101100110 | 1011110 | 110000 |
Color Harmonies of #F0070D
Complementary color
Monochromatic Colors of #F0070D
Black with #F0070D
Text Example
Text Example
White with #F0070D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0070D; }
p { color: rgb(240,7,13); }
H1.HeaderClassName
{
color: #F0070D;
}
.AnyTagClassName
{
color: #F0070D;
}
</style>
background-color css
<style>
a { background-color: #F0070D; }
a { background-color: rgb(240,7,13); }
div.DivClassName
{
background-color: #F0070D;
}
.BgClassName
{
background-color: #F0070D;
}
</style>
border-color css
<style>
span { border-color: #F0070D; }
span { border-color: rgb(240,7,13); }
td.TdClassName
{
border-color: #F0070D;
}
.TagClassName
{
border-color: #F0070D;
}
</style>