Shades of Venetian Red #D0011D
Tints of Venetian Red #D0011D
RGB
CMYK
RGB Variations
Color information
#D0011D (or 0xD0011D) is known color: Venetian Red. HEX triplet: D0, 01 and 1D. RGB value is (208,1,29). Sum of RGB (Red+Green+Blue) = 208+1+29=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D0011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0011D is #2FFEE2. Grayscale: #424242. Windows color (decimal): -3145443 or 1901008. OLE color: 1901008.
HSL color Cylindrical-coordinate representation of color #D0011D: hue angle of 351.88º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0011D is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.18 |
| HSL | 351.88º | 0.99% | 0.41% | - |
| HSV(B) | 351.88º | 1% | 0.82% | - |
| XYZ | 26.25 | 13.52 | 2.39 | - |
| YUV | 66.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 29 | 0 | 1.00 | 0.86 | 0.18 | 351.88 | 0.99 | 0.41 |
| Hex | D0 | 1 | 1D | 0 | 64 | 56 | 12 | 160 | 63 | 29 |
| Octal | 320 | 1 | 35 | 0 | 144 | 126 | 22 | 540 | 143 | 51 |
| Binary | 11010000 | 1 | 11101 | 0 | 1100100 | 1010110 | 10010 | 101100000 | 1100011 | 101001 |
Color Harmonies of #D0011D
Complementary color
Monochromatic Colors of #D0011D
Black with #D0011D
Text Example
Text Example
White with #D0011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0011D; }
p { color: rgb(208,1,29); }
H1.HeaderClassName
{
color: #D0011D;
}
.AnyTagClassName
{
color: #D0011D;
}
</style>
background-color css
<style>
a { background-color: #D0011D; }
a { background-color: rgb(208,1,29); }
div.DivClassName
{
background-color: #D0011D;
}
.BgClassName
{
background-color: #D0011D;
}
</style>
border-color css
<style>
span { border-color: #D0011D; }
span { border-color: rgb(208,1,29); }
td.TdClassName
{
border-color: #D0011D;
}
.TagClassName
{
border-color: #D0011D;
}
</style>