Shades of Venetian Red #D10001
Tints of Venetian Red #D10001
RGB
CMYK
RGB Variations
Color information
#D10001 (or 0xD10001) is known color: Venetian Red. HEX triplet: D1, 00 and 01. RGB value is (209,0,1). Sum of RGB (Red+Green+Blue) = 209+0+1=210 (27% of max value = 765). Red value is 209 (82.03% from 255 or 99.52% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 209 - color contains mainly: red. Hex color #D10001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10001 is #2EFFFE. Grayscale: #3E3E3E. Windows color (decimal): -3080191 or 65745. OLE color: 65745.
HSL color Cylindrical-coordinate representation of color #D10001: 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 #D10001 is Cyan = 0, Magento = 1, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 1 | - |
| CMYK | 0 | 1 | 1.00 | 0.18 |
| HSL | 359.71º | 1% | 0.41% | - |
| HSV(B) | 359.71º | 1% | 0.82% | - |
| XYZ | 26.3 | 13.56 | 1.26 | - |
| YUV | 62.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 1 | 0 | 1 | 1.00 | 0.18 | 359.71 | 1 | 0.41 |
| Hex | D1 | 0 | 1 | 0 | 64 | 64 | 12 | 168 | 64 | 29 |
| Octal | 321 | 0 | 1 | 0 | 144 | 144 | 22 | 550 | 144 | 51 |
| Binary | 11010001 | 0 | 1 | 0 | 1100100 | 1100100 | 10010 | 101101000 | 1100100 | 101001 |
Color Harmonies of #D10001
Complementary color
Monochromatic Colors of #D10001
Black with #D10001
Text Example
Text Example
White with #D10001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10001; }
p { color: rgb(209,0,1); }
H1.HeaderClassName
{
color: #D10001;
}
.AnyTagClassName
{
color: #D10001;
}
</style>
background-color css
<style>
a { background-color: #D10001; }
a { background-color: rgb(209,0,1); }
div.DivClassName
{
background-color: #D10001;
}
.BgClassName
{
background-color: #D10001;
}
</style>
border-color css
<style>
span { border-color: #D10001; }
span { border-color: rgb(209,0,1); }
td.TdClassName
{
border-color: #D10001;
}
.TagClassName
{
border-color: #D10001;
}
</style>