Shades of Venetian Red #D2001B
Tints of Venetian Red #D2001B
RGB
CMYK
RGB Variations
Color information
#D2001B (or 0xD2001B) is known color: Venetian Red. HEX triplet: D2, 00 and 1B. RGB value is (210,0,27). Sum of RGB (Red+Green+Blue) = 210+0+27=237 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.61% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 210 - color contains mainly: red. Hex color #D2001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2001B is #2DFFE4. Grayscale: #414141. Windows color (decimal): -3014629 or 1769682. OLE color: 1769682.
HSL color Cylindrical-coordinate representation of color #D2001B: hue angle of 352.29º 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 #D2001B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.87 | 0.18 |
| HSL | 352.29º | 1% | 0.41% | - |
| HSV(B) | 352.29º | 1% | 0.82% | - |
| XYZ | 26.78 | 13.78 | 2.29 | - |
| YUV | 65.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 27 | 0 | 1 | 0.87 | 0.18 | 352.29 | 1 | 0.41 |
| Hex | D2 | 0 | 1B | 0 | 64 | 57 | 12 | 160 | 64 | 29 |
| Octal | 322 | 0 | 33 | 0 | 144 | 127 | 22 | 540 | 144 | 51 |
| Binary | 11010010 | 0 | 11011 | 0 | 1100100 | 1010111 | 10010 | 101100000 | 1100100 | 101001 |
Color Harmonies of #D2001B
Complementary color
Monochromatic Colors of #D2001B
Black with #D2001B
Text Example
Text Example
White with #D2001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2001B; }
p { color: rgb(210,0,27); }
H1.HeaderClassName
{
color: #D2001B;
}
.AnyTagClassName
{
color: #D2001B;
}
</style>
background-color css
<style>
a { background-color: #D2001B; }
a { background-color: rgb(210,0,27); }
div.DivClassName
{
background-color: #D2001B;
}
.BgClassName
{
background-color: #D2001B;
}
</style>
border-color css
<style>
span { border-color: #D2001B; }
span { border-color: rgb(210,0,27); }
td.TdClassName
{
border-color: #D2001B;
}
.TagClassName
{
border-color: #D2001B;
}
</style>