Shades of Venetian Red #D01113
Tints of Venetian Red #D01113
RGB
CMYK
RGB Variations
Color information
#D01113 (or 0xD01113) is known color: Venetian Red. HEX triplet: D0, 11 and 13. RGB value is (208,17,19). Sum of RGB (Red+Green+Blue) = 208+17+19=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D01113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01113 is #2FEEEC. Grayscale: #4A4A4A. Windows color (decimal): -3141357 or 1249744. OLE color: 1249744.
HSL color Cylindrical-coordinate representation of color #D01113: hue angle of 359.37º degrees, saturation: 0.85, 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 #D01113 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 19 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.18 |
| HSL | 359.37º | 0.85% | 0.44% | - |
| HSV(B) | 359.37º | 0.92% | 0.82% | - |
| XYZ | 26.33 | 13.86 | 1.9 | - |
| YUV | 74.34 | 96.78 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 19 | 0 | 0.92 | 0.91 | 0.18 | 359.37 | 0.85 | 0.44 |
| Hex | D0 | 11 | 13 | 0 | 5C | 5B | 12 | 167 | 55 | 2C |
| Octal | 320 | 21 | 23 | 0 | 134 | 133 | 22 | 547 | 125 | 54 |
| Binary | 11010000 | 10001 | 10011 | 0 | 1011100 | 1011011 | 10010 | 101100111 | 1010101 | 101100 |
Color Harmonies of #D01113
Complementary color
Monochromatic Colors of #D01113
Black with #D01113
Text Example
Text Example
White with #D01113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01113; }
p { color: rgb(208,17,19); }
H1.HeaderClassName
{
color: #D01113;
}
.AnyTagClassName
{
color: #D01113;
}
</style>
background-color css
<style>
a { background-color: #D01113; }
a { background-color: rgb(208,17,19); }
div.DivClassName
{
background-color: #D01113;
}
.BgClassName
{
background-color: #D01113;
}
</style>
border-color css
<style>
span { border-color: #D01113; }
span { border-color: rgb(208,17,19); }
td.TdClassName
{
border-color: #D01113;
}
.TagClassName
{
border-color: #D01113;
}
</style>