Shades of Venetian Red #D20F14
Tints of Venetian Red #D20F14
RGB
CMYK
RGB Variations
Color information
#D20F14 (or 0xD20F14) is known color: Venetian Red. HEX triplet: D2, 0F and 14. RGB value is (210,15,20). Sum of RGB (Red+Green+Blue) = 210+15+20=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20F14 is #2DF0EB. Grayscale: #4A4A4A. Windows color (decimal): -3010796 or 1314770. OLE color: 1314770.
HSL color Cylindrical-coordinate representation of color #D20F14: hue angle of 358.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20F14 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 20 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.18 |
| HSL | 358.46º | 0.87% | 0.44% | - |
| HSV(B) | 358.46º | 0.93% | 0.82% | - |
| XYZ | 26.88 | 14.09 | 1.97 | - |
| YUV | 73.88 | 97.6 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 20 | 0 | 0.93 | 0.90 | 0.18 | 358.46 | 0.87 | 0.44 |
| Hex | D2 | F | 14 | 0 | 5D | 5A | 12 | 166 | 57 | 2C |
| Octal | 322 | 17 | 24 | 0 | 135 | 132 | 22 | 546 | 127 | 54 |
| Binary | 11010010 | 1111 | 10100 | 0 | 1011101 | 1011010 | 10010 | 101100110 | 1010111 | 101100 |
Color Harmonies of #D20F14
Complementary color
Monochromatic Colors of #D20F14
Black with #D20F14
Text Example
Text Example
White with #D20F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F14; }
p { color: rgb(210,15,20); }
H1.HeaderClassName
{
color: #D20F14;
}
.AnyTagClassName
{
color: #D20F14;
}
</style>
background-color css
<style>
a { background-color: #D20F14; }
a { background-color: rgb(210,15,20); }
div.DivClassName
{
background-color: #D20F14;
}
.BgClassName
{
background-color: #D20F14;
}
</style>
border-color css
<style>
span { border-color: #D20F14; }
span { border-color: rgb(210,15,20); }
td.TdClassName
{
border-color: #D20F14;
}
.TagClassName
{
border-color: #D20F14;
}
</style>