Shades of Venetian Red #D2001E
Tints of Venetian Red #D2001E
RGB
CMYK
RGB Variations
Color information
#D2001E (or 0xD2001E) is known color: Venetian Red. HEX triplet: D2, 00 and 1E. RGB value is (210,0,30). Sum of RGB (Red+Green+Blue) = 210+0+30=240 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 210 - color contains mainly: red. Hex color #D2001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2001E is #2DFFE1. Grayscale: #424242. Windows color (decimal): -3014626 or 1966290. OLE color: 1966290.
HSL color Cylindrical-coordinate representation of color #D2001E: hue angle of 351.43º 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 #D2001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.86 | 0.18 |
| HSL | 351.43º | 1% | 0.41% | - |
| HSV(B) | 351.43º | 1% | 0.82% | - |
| XYZ | 26.81 | 13.8 | 2.48 | - |
| YUV | 66.21 | 107.57 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 30 | 0 | 1 | 0.86 | 0.18 | 351.43 | 1 | 0.41 |
| Hex | D2 | 0 | 1E | 0 | 64 | 56 | 12 | 15F | 64 | 29 |
| Octal | 322 | 0 | 36 | 0 | 144 | 126 | 22 | 537 | 144 | 51 |
| Binary | 11010010 | 0 | 11110 | 0 | 1100100 | 1010110 | 10010 | 101011111 | 1100100 | 101001 |
Color Harmonies of #D2001E
Complementary color
Monochromatic Colors of #D2001E
Black with #D2001E
Text Example
Text Example
White with #D2001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2001E; }
p { color: rgb(210,0,30); }
H1.HeaderClassName
{
color: #D2001E;
}
.AnyTagClassName
{
color: #D2001E;
}
</style>
background-color css
<style>
a { background-color: #D2001E; }
a { background-color: rgb(210,0,30); }
div.DivClassName
{
background-color: #D2001E;
}
.BgClassName
{
background-color: #D2001E;
}
</style>
border-color css
<style>
span { border-color: #D2001E; }
span { border-color: rgb(210,0,30); }
td.TdClassName
{
border-color: #D2001E;
}
.TagClassName
{
border-color: #D2001E;
}
</style>