Shades of Venetian Red #D30916
Tints of Venetian Red #D30916
RGB
CMYK
RGB Variations
Color information
#D30916 (or 0xD30916) is known color: Venetian Red. HEX triplet: D3, 09 and 16. RGB value is (211,9,22). Sum of RGB (Red+Green+Blue) = 211+9+22=242 (32% of max value = 765). Red value is 211 (82.81% from 255 or 87.19% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 211 - color contains mainly: red. Hex color #D30916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D30916 is #2CF6E9. Grayscale: #474747. Windows color (decimal): -2946794 or 1444307. OLE color: 1444307.
HSL color Cylindrical-coordinate representation of color #D30916: hue angle of 356.14º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30916 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.17 |
| HSL | 356.14º | 0.92% | 0.43% | - |
| HSV(B) | 356.14º | 0.96% | 0.83% | - |
| XYZ | 27.11 | 14.1 | 2.05 | - |
| YUV | 70.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 22 | 0 | 0.96 | 0.90 | 0.17 | 356.14 | 0.92 | 0.43 |
| Hex | D3 | 9 | 16 | 0 | 60 | 5A | 11 | 164 | 5C | 2B |
| Octal | 323 | 11 | 26 | 0 | 140 | 132 | 21 | 544 | 134 | 53 |
| Binary | 11010011 | 1001 | 10110 | 0 | 1100000 | 1011010 | 10001 | 101100100 | 1011100 | 101011 |
Color Harmonies of #D30916
Complementary color
Monochromatic Colors of #D30916
Black with #D30916
Text Example
Text Example
White with #D30916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30916; }
p { color: rgb(211,9,22); }
H1.HeaderClassName
{
color: #D30916;
}
.AnyTagClassName
{
color: #D30916;
}
</style>
background-color css
<style>
a { background-color: #D30916; }
a { background-color: rgb(211,9,22); }
div.DivClassName
{
background-color: #D30916;
}
.BgClassName
{
background-color: #D30916;
}
</style>
border-color css
<style>
span { border-color: #D30916; }
span { border-color: rgb(211,9,22); }
td.TdClassName
{
border-color: #D30916;
}
.TagClassName
{
border-color: #D30916;
}
</style>