Shades of Venetian Red #D6001D
Tints of Venetian Red #D6001D
RGB
CMYK
RGB Variations
Color information
#D6001D (or 0xD6001D) is known color: Venetian Red. HEX triplet: D6, 00 and 1D. RGB value is (214,0,29). Sum of RGB (Red+Green+Blue) = 214+0+29=243 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.07% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 214 - color contains mainly: red. Hex color #D6001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6001D is #29FFE2. Grayscale: #434343. Windows color (decimal): -2752483 or 1900758. OLE color: 1900758.
HSL color Cylindrical-coordinate representation of color #D6001D: hue angle of 351.87º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6001D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.86 | 0.16 |
| HSL | 351.87º | 1% | 0.42% | - |
| HSV(B) | 351.87º | 1% | 0.84% | - |
| XYZ | 27.95 | 14.38 | 2.47 | - |
| YUV | 67.29 | 106.4 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 29 | 0 | 1 | 0.86 | 0.16 | 351.87 | 1 | 0.42 |
| Hex | D6 | 0 | 1D | 0 | 64 | 56 | 10 | 160 | 64 | 2A |
| Octal | 326 | 0 | 35 | 0 | 144 | 126 | 20 | 540 | 144 | 52 |
| Binary | 11010110 | 0 | 11101 | 0 | 1100100 | 1010110 | 10000 | 101100000 | 1100100 | 101010 |
Color Harmonies of #D6001D
Complementary color
Monochromatic Colors of #D6001D
Black with #D6001D
Text Example
Text Example
White with #D6001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6001D; }
p { color: rgb(214,0,29); }
H1.HeaderClassName
{
color: #D6001D;
}
.AnyTagClassName
{
color: #D6001D;
}
</style>
background-color css
<style>
a { background-color: #D6001D; }
a { background-color: rgb(214,0,29); }
div.DivClassName
{
background-color: #D6001D;
}
.BgClassName
{
background-color: #D6001D;
}
</style>
border-color css
<style>
span { border-color: #D6001D; }
span { border-color: rgb(214,0,29); }
td.TdClassName
{
border-color: #D6001D;
}
.TagClassName
{
border-color: #D6001D;
}
</style>