Shades of Venetian Red #D2001A
Tints of Venetian Red #D2001A
RGB
CMYK
RGB Variations
Color information
#D2001A (or 0xD2001A) is known color: Venetian Red. HEX triplet: D2, 00 and 1A. RGB value is (210,0,26). Sum of RGB (Red+Green+Blue) = 210+0+26=236 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.98% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 210 - color contains mainly: red. Hex color #D2001A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2001A is #2DFFE5. Grayscale: #414141. Windows color (decimal): -3014630 or 1704146. OLE color: 1704146.
HSL color Cylindrical-coordinate representation of color #D2001A: hue angle of 352.57º 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 #D2001A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.88 | 0.18 |
| HSL | 352.57º | 1% | 0.41% | - |
| HSV(B) | 352.57º | 1% | 0.82% | - |
| XYZ | 26.76 | 13.78 | 2.23 | - |
| YUV | 65.75 | 105.57 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 26 | 0 | 1 | 0.88 | 0.18 | 352.57 | 1 | 0.41 |
| Hex | D2 | 0 | 1A | 0 | 64 | 58 | 12 | 161 | 64 | 29 |
| Octal | 322 | 0 | 32 | 0 | 144 | 130 | 22 | 541 | 144 | 51 |
| Binary | 11010010 | 0 | 11010 | 0 | 1100100 | 1011000 | 10010 | 101100001 | 1100100 | 101001 |
Color Harmonies of #D2001A
Complementary color
Monochromatic Colors of #D2001A
Black with #D2001A
Text Example
Text Example
White with #D2001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2001A; }
p { color: rgb(210,0,26); }
H1.HeaderClassName
{
color: #D2001A;
}
.AnyTagClassName
{
color: #D2001A;
}
</style>
background-color css
<style>
a { background-color: #D2001A; }
a { background-color: rgb(210,0,26); }
div.DivClassName
{
background-color: #D2001A;
}
.BgClassName
{
background-color: #D2001A;
}
</style>
border-color css
<style>
span { border-color: #D2001A; }
span { border-color: rgb(210,0,26); }
td.TdClassName
{
border-color: #D2001A;
}
.TagClassName
{
border-color: #D2001A;
}
</style>