Shades of Venetian Red #D20001
Tints of Venetian Red #D20001
RGB
CMYK
RGB Variations
Color information
#D20001 (or 0xD20001) is known color: Venetian Red. HEX triplet: D2, 00 and 01. RGB value is (210,0,1). Sum of RGB (Red+Green+Blue) = 210+0+1=211 (27% of max value = 765). Red value is 210 (82.42% from 255 or 99.53% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 210 - color contains mainly: red. Hex color #D20001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20001 is #2DFFFE. Grayscale: #3F3F3F. Windows color (decimal): -3014655 or 65746. OLE color: 65746.
HSL color Cylindrical-coordinate representation of color #D20001: hue angle of 359.71º 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 #D20001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.18 |
| HSL | 359.71º | 1% | 0.41% | - |
| HSV(B) | 359.71º | 1% | 0.82% | - |
| XYZ | 26.58 | 13.7 | 1.27 | - |
| YUV | 62.9 | 93.07 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 1 | 0 | 1 | 1.00 | 0.18 | 359.71 | 1 | 0.41 |
| Hex | D2 | 0 | 1 | 0 | 64 | 64 | 12 | 168 | 64 | 29 |
| Octal | 322 | 0 | 1 | 0 | 144 | 144 | 22 | 550 | 144 | 51 |
| Binary | 11010010 | 0 | 1 | 0 | 1100100 | 1100100 | 10010 | 101101000 | 1100100 | 101001 |
Color Harmonies of #D20001
Complementary color
Monochromatic Colors of #D20001
Black with #D20001
Text Example
Text Example
White with #D20001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20001; }
p { color: rgb(210,0,1); }
H1.HeaderClassName
{
color: #D20001;
}
.AnyTagClassName
{
color: #D20001;
}
</style>
background-color css
<style>
a { background-color: #D20001; }
a { background-color: rgb(210,0,1); }
div.DivClassName
{
background-color: #D20001;
}
.BgClassName
{
background-color: #D20001;
}
</style>
border-color css
<style>
span { border-color: #D20001; }
span { border-color: rgb(210,0,1); }
td.TdClassName
{
border-color: #D20001;
}
.TagClassName
{
border-color: #D20001;
}
</style>