Shades of Venetian Red #D0001D
Tints of Venetian Red #D0001D
RGB
CMYK
RGB Variations
Color information
#D0001D (or 0xD0001D) is known color: Venetian Red. HEX triplet: D0, 00 and 1D. RGB value is (208,0,29). Sum of RGB (Red+Green+Blue) = 208+0+29=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D0001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0001D is #2FFFE2. Grayscale: #414141. Windows color (decimal): -3145699 or 1900752. OLE color: 1900752.
HSL color Cylindrical-coordinate representation of color #D0001D: hue angle of 351.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0001D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.86 | 0.18 |
| HSL | 351.63º | 1% | 0.41% | - |
| HSV(B) | 351.63º | 1% | 0.82% | - |
| XYZ | 26.23 | 13.5 | 2.39 | - |
| YUV | 65.5 | 107.41 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 29 | 0 | 1 | 0.86 | 0.18 | 351.63 | 1 | 0.41 |
| Hex | D0 | 0 | 1D | 0 | 64 | 56 | 12 | 160 | 64 | 29 |
| Octal | 320 | 0 | 35 | 0 | 144 | 126 | 22 | 540 | 144 | 51 |
| Binary | 11010000 | 0 | 11101 | 0 | 1100100 | 1010110 | 10010 | 101100000 | 1100100 | 101001 |
Color Harmonies of #D0001D
Complementary color
Monochromatic Colors of #D0001D
Black with #D0001D
Text Example
Text Example
White with #D0001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0001D; }
p { color: rgb(208,0,29); }
H1.HeaderClassName
{
color: #D0001D;
}
.AnyTagClassName
{
color: #D0001D;
}
</style>
background-color css
<style>
a { background-color: #D0001D; }
a { background-color: rgb(208,0,29); }
div.DivClassName
{
background-color: #D0001D;
}
.BgClassName
{
background-color: #D0001D;
}
</style>
border-color css
<style>
span { border-color: #D0001D; }
span { border-color: rgb(208,0,29); }
td.TdClassName
{
border-color: #D0001D;
}
.TagClassName
{
border-color: #D0001D;
}
</style>