Shades of Venetian Red #D31014
Tints of Venetian Red #D31014
RGB
CMYK
RGB Variations
Color information
#D31014 (or 0xD31014) is known color: Venetian Red. HEX triplet: D3, 10 and 14. RGB value is (211,16,20). Sum of RGB (Red+Green+Blue) = 211+16+20=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D31014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31014 is #2CEFEB. Grayscale: #4A4A4A. Windows color (decimal): -2945004 or 1315027. OLE color: 1315027.
HSL color Cylindrical-coordinate representation of color #D31014: hue angle of 358.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D31014 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 16 | 20 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.17 |
| HSL | 358.77º | 0.86% | 0.45% | - |
| HSV(B) | 358.77º | 0.92% | 0.83% | - |
| XYZ | 27.18 | 14.27 | 1.98 | - |
| YUV | 74.76 | 97.1 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 16 | 20 | 0 | 0.92 | 0.91 | 0.17 | 358.77 | 0.86 | 0.45 |
| Hex | D3 | 10 | 14 | 0 | 5C | 5B | 11 | 167 | 56 | 2D |
| Octal | 323 | 20 | 24 | 0 | 134 | 133 | 21 | 547 | 126 | 55 |
| Binary | 11010011 | 10000 | 10100 | 0 | 1011100 | 1011011 | 10001 | 101100111 | 1010110 | 101101 |
Color Harmonies of #D31014
Complementary color
Monochromatic Colors of #D31014
Black with #D31014
Text Example
Text Example
White with #D31014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31014; }
p { color: rgb(211,16,20); }
H1.HeaderClassName
{
color: #D31014;
}
.AnyTagClassName
{
color: #D31014;
}
</style>
background-color css
<style>
a { background-color: #D31014; }
a { background-color: rgb(211,16,20); }
div.DivClassName
{
background-color: #D31014;
}
.BgClassName
{
background-color: #D31014;
}
</style>
border-color css
<style>
span { border-color: #D31014; }
span { border-color: rgb(211,16,20); }
td.TdClassName
{
border-color: #D31014;
}
.TagClassName
{
border-color: #D31014;
}
</style>