Shades of Venetian Red #D20914
Tints of Venetian Red #D20914
RGB
CMYK
RGB Variations
Color information
#D20914 (or 0xD20914) is known color: Venetian Red. HEX triplet: D2, 09 and 14. RGB value is (210,9,20). Sum of RGB (Red+Green+Blue) = 210+9+20=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D20914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20914 is #2DF6EB. Grayscale: #464646. Windows color (decimal): -3012332 or 1313234. OLE color: 1313234.
HSL color Cylindrical-coordinate representation of color #D20914: hue angle of 356.72º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20914 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 20 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.18 |
| HSL | 356.72º | 0.92% | 0.43% | - |
| HSV(B) | 356.72º | 0.96% | 0.82% | - |
| XYZ | 26.8 | 13.95 | 1.94 | - |
| YUV | 70.35 | 99.59 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 20 | 0 | 0.96 | 0.90 | 0.18 | 356.72 | 0.92 | 0.43 |
| Hex | D2 | 9 | 14 | 0 | 60 | 5A | 12 | 165 | 5C | 2B |
| Octal | 322 | 11 | 24 | 0 | 140 | 132 | 22 | 545 | 134 | 53 |
| Binary | 11010010 | 1001 | 10100 | 0 | 1100000 | 1011010 | 10010 | 101100101 | 1011100 | 101011 |
Color Harmonies of #D20914
Complementary color
Monochromatic Colors of #D20914
Black with #D20914
Text Example
Text Example
White with #D20914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20914; }
p { color: rgb(210,9,20); }
H1.HeaderClassName
{
color: #D20914;
}
.AnyTagClassName
{
color: #D20914;
}
</style>
background-color css
<style>
a { background-color: #D20914; }
a { background-color: rgb(210,9,20); }
div.DivClassName
{
background-color: #D20914;
}
.BgClassName
{
background-color: #D20914;
}
</style>
border-color css
<style>
span { border-color: #D20914; }
span { border-color: rgb(210,9,20); }
td.TdClassName
{
border-color: #D20914;
}
.TagClassName
{
border-color: #D20914;
}
</style>