Shades of Venetian Red #F0020D
Tints of Venetian Red #F0020D
RGB
CMYK
RGB Variations
Color information
#F0020D (or 0xF0020D) is known color: Venetian Red. HEX triplet: F0, 02 and 0D. RGB value is (240,2,13). Sum of RGB (Red+Green+Blue) = 240+2+13=255 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.12% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 240 - color contains mainly: red. Hex color #F0020D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0020D is #0FFDF2. Grayscale: #4A4A4A. Windows color (decimal): -1048051 or 852720. OLE color: 852720.
HSL color Cylindrical-coordinate representation of color #F0020D: hue angle of 357.23º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0020D is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.06 |
| HSL | 357.23º | 0.98% | 0.47% | - |
| HSV(B) | 357.23º | 0.99% | 0.94% | - |
| XYZ | 36.03 | 18.6 | 2.07 | - |
| YUV | 74.42 | 93.35 | 246.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 13 | 0 | 0.99 | 0.95 | 0.06 | 357.23 | 0.98 | 0.47 |
| Hex | F0 | 2 | D | 0 | 63 | 5F | 6 | 165 | 62 | 2F |
| Octal | 360 | 2 | 15 | 0 | 143 | 137 | 6 | 545 | 142 | 57 |
| Binary | 11110000 | 10 | 1101 | 0 | 1100011 | 1011111 | 110 | 101100101 | 1100010 | 101111 |
Color Harmonies of #F0020D
Complementary color
Monochromatic Colors of #F0020D
Black with #F0020D
Text Example
Text Example
White with #F0020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0020D; }
p { color: rgb(240,2,13); }
H1.HeaderClassName
{
color: #F0020D;
}
.AnyTagClassName
{
color: #F0020D;
}
</style>
background-color css
<style>
a { background-color: #F0020D; }
a { background-color: rgb(240,2,13); }
div.DivClassName
{
background-color: #F0020D;
}
.BgClassName
{
background-color: #F0020D;
}
</style>
border-color css
<style>
span { border-color: #F0020D; }
span { border-color: rgb(240,2,13); }
td.TdClassName
{
border-color: #F0020D;
}
.TagClassName
{
border-color: #F0020D;
}
</style>