Shades of Venetian Red #D11013
Tints of Venetian Red #D11013
RGB
CMYK
RGB Variations
Color information
#D11013 (or 0xD11013) is known color: Venetian Red. HEX triplet: D1, 10 and 13. RGB value is (209,16,19). Sum of RGB (Red+Green+Blue) = 209+16+19=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D11013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11013 is #2EEFEC. Grayscale: #4A4A4A. Windows color (decimal): -3076077 or 1249489. OLE color: 1249489.
HSL color Cylindrical-coordinate representation of color #D11013: hue angle of 359.07º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11013 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.18 |
| HSL | 359.07º | 0.86% | 0.44% | - |
| HSV(B) | 359.07º | 0.92% | 0.82% | - |
| XYZ | 26.6 | 13.97 | 1.91 | - |
| YUV | 74.05 | 96.94 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 19 | 0 | 0.92 | 0.91 | 0.18 | 359.07 | 0.86 | 0.44 |
| Hex | D1 | 10 | 13 | 0 | 5C | 5B | 12 | 167 | 56 | 2C |
| Octal | 321 | 20 | 23 | 0 | 134 | 133 | 22 | 547 | 126 | 54 |
| Binary | 11010001 | 10000 | 10011 | 0 | 1011100 | 1011011 | 10010 | 101100111 | 1010110 | 101100 |
Color Harmonies of #D11013
Complementary color
Monochromatic Colors of #D11013
Black with #D11013
Text Example
Text Example
White with #D11013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11013; }
p { color: rgb(209,16,19); }
H1.HeaderClassName
{
color: #D11013;
}
.AnyTagClassName
{
color: #D11013;
}
</style>
background-color css
<style>
a { background-color: #D11013; }
a { background-color: rgb(209,16,19); }
div.DivClassName
{
background-color: #D11013;
}
.BgClassName
{
background-color: #D11013;
}
</style>
border-color css
<style>
span { border-color: #D11013; }
span { border-color: rgb(209,16,19); }
td.TdClassName
{
border-color: #D11013;
}
.TagClassName
{
border-color: #D11013;
}
</style>