Shades of Venetian Red #F0040D
Tints of Venetian Red #F0040D
RGB
CMYK
RGB Variations
Color information
#F0040D (or 0xF0040D) is known color: Venetian Red. HEX triplet: F0, 04 and 0D. RGB value is (240,4,13). Sum of RGB (Red+Green+Blue) = 240+4+13=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F0040D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0040D is #0FFBF2. Grayscale: #4B4B4B. Windows color (decimal): -1047539 or 853232. OLE color: 853232.
HSL color Cylindrical-coordinate representation of color #F0040D: hue angle of 357.71º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0040D is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 13 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.06 |
| HSL | 357.71º | 0.97% | 0.48% | - |
| HSV(B) | 357.71º | 0.98% | 0.94% | - |
| XYZ | 36.05 | 18.64 | 2.08 | - |
| YUV | 75.59 | 92.69 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 13 | 0 | 0.98 | 0.95 | 0.06 | 357.71 | 0.97 | 0.48 |
| Hex | F0 | 4 | D | 0 | 62 | 5F | 6 | 166 | 61 | 30 |
| Octal | 360 | 4 | 15 | 0 | 142 | 137 | 6 | 546 | 141 | 60 |
| Binary | 11110000 | 100 | 1101 | 0 | 1100010 | 1011111 | 110 | 101100110 | 1100001 | 110000 |
Color Harmonies of #F0040D
Complementary color
Monochromatic Colors of #F0040D
Black with #F0040D
Text Example
Text Example
White with #F0040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0040D; }
p { color: rgb(240,4,13); }
H1.HeaderClassName
{
color: #F0040D;
}
.AnyTagClassName
{
color: #F0040D;
}
</style>
background-color css
<style>
a { background-color: #F0040D; }
a { background-color: rgb(240,4,13); }
div.DivClassName
{
background-color: #F0040D;
}
.BgClassName
{
background-color: #F0040D;
}
</style>
border-color css
<style>
span { border-color: #F0040D; }
span { border-color: rgb(240,4,13); }
td.TdClassName
{
border-color: #F0040D;
}
.TagClassName
{
border-color: #F0040D;
}
</style>