Shades of Venetian Red #D10006
Tints of Venetian Red #D10006
RGB
CMYK
RGB Variations
Color information
#D10006 (or 0xD10006) is known color: Venetian Red. HEX triplet: D1, 00 and 06. RGB value is (209,0,6). Sum of RGB (Red+Green+Blue) = 209+0+6=215 (28% of max value = 765). Red value is 209 (82.03% from 255 or 97.21% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 209 - color contains mainly: red. Hex color #D10006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10006 is #2EFFF9. Grayscale: #3F3F3F. Windows color (decimal): -3080186 or 393425. OLE color: 393425.
HSL color Cylindrical-coordinate representation of color #D10006: hue angle of 358.28º 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 #D10006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.18 |
| HSL | 358.28º | 1% | 0.41% | - |
| HSV(B) | 358.28º | 1% | 0.82% | - |
| XYZ | 26.33 | 13.57 | 1.4 | - |
| YUV | 63.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 6 | 0 | 1 | 0.97 | 0.18 | 358.28 | 1 | 0.41 |
| Hex | D1 | 0 | 6 | 0 | 64 | 61 | 12 | 166 | 64 | 29 |
| Octal | 321 | 0 | 6 | 0 | 144 | 141 | 22 | 546 | 144 | 51 |
| Binary | 11010001 | 0 | 110 | 0 | 1100100 | 1100001 | 10010 | 101100110 | 1100100 | 101001 |
Color Harmonies of #D10006
Complementary color
Monochromatic Colors of #D10006
Black with #D10006
Text Example
Text Example
White with #D10006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10006; }
p { color: rgb(209,0,6); }
H1.HeaderClassName
{
color: #D10006;
}
.AnyTagClassName
{
color: #D10006;
}
</style>
background-color css
<style>
a { background-color: #D10006; }
a { background-color: rgb(209,0,6); }
div.DivClassName
{
background-color: #D10006;
}
.BgClassName
{
background-color: #D10006;
}
</style>
border-color css
<style>
span { border-color: #D10006; }
span { border-color: rgb(209,0,6); }
td.TdClassName
{
border-color: #D10006;
}
.TagClassName
{
border-color: #D10006;
}
</style>