Shades of Venetian Red #D60006
Tints of Venetian Red #D60006
RGB
CMYK
RGB Variations
Color information
#D60006 (or 0xD60006) is known color: Venetian Red. HEX triplet: D6, 00 and 06. RGB value is (214,0,6). Sum of RGB (Red+Green+Blue) = 214+0+6=220 (29% of max value = 765). Red value is 214 (83.98% from 255 or 97.27% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 214 - color contains mainly: red. Hex color #D60006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60006 is #29FFF9. Grayscale: #404040. Windows color (decimal): -2752506 or 393430. OLE color: 393430.
HSL color Cylindrical-coordinate representation of color #D60006: hue angle of 358.32º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60006 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.97 | 0.16 |
| HSL | 358.32º | 1% | 0.42% | - |
| HSV(B) | 358.32º | 1% | 0.84% | - |
| XYZ | 27.76 | 14.31 | 1.47 | - |
| YUV | 64.67 | 94.9 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 6 | 0 | 1 | 0.97 | 0.16 | 358.32 | 1 | 0.42 |
| Hex | D6 | 0 | 6 | 0 | 64 | 61 | 10 | 166 | 64 | 2A |
| Octal | 326 | 0 | 6 | 0 | 144 | 141 | 20 | 546 | 144 | 52 |
| Binary | 11010110 | 0 | 110 | 0 | 1100100 | 1100001 | 10000 | 101100110 | 1100100 | 101010 |
Color Harmonies of #D60006
Complementary color
Monochromatic Colors of #D60006
Black with #D60006
Text Example
Text Example
White with #D60006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60006; }
p { color: rgb(214,0,6); }
H1.HeaderClassName
{
color: #D60006;
}
.AnyTagClassName
{
color: #D60006;
}
</style>
background-color css
<style>
a { background-color: #D60006; }
a { background-color: rgb(214,0,6); }
div.DivClassName
{
background-color: #D60006;
}
.BgClassName
{
background-color: #D60006;
}
</style>
border-color css
<style>
span { border-color: #D60006; }
span { border-color: rgb(214,0,6); }
td.TdClassName
{
border-color: #D60006;
}
.TagClassName
{
border-color: #D60006;
}
</style>