Shades of Venetian Red #D6000D
Tints of Venetian Red #D6000D
RGB
CMYK
RGB Variations
Color information
#D6000D (or 0xD6000D) is known color: Venetian Red. HEX triplet: D6, 00 and 0D. RGB value is (214,0,13). Sum of RGB (Red+Green+Blue) = 214+0+13=227 (30% of max value = 765). Red value is 214 (83.98% from 255 or 94.27% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000D is #29FFF2. Grayscale: #414141. Windows color (decimal): -2752499 or 852182. OLE color: 852182.
HSL color Cylindrical-coordinate representation of color #D6000D: hue angle of 356.36º 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 #D6000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.16 |
| HSL | 356.36º | 1% | 0.42% | - |
| HSV(B) | 356.36º | 1% | 0.84% | - |
| XYZ | 27.8 | 14.33 | 1.68 | - |
| YUV | 65.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 13 | 0 | 1 | 0.94 | 0.16 | 356.36 | 1 | 0.42 |
| Hex | D6 | 0 | D | 0 | 64 | 5E | 10 | 164 | 64 | 2A |
| Octal | 326 | 0 | 15 | 0 | 144 | 136 | 20 | 544 | 144 | 52 |
| Binary | 11010110 | 0 | 1101 | 0 | 1100100 | 1011110 | 10000 | 101100100 | 1100100 | 101010 |
Color Harmonies of #D6000D
Complementary color
Monochromatic Colors of #D6000D
Black with #D6000D
Text Example
Text Example
White with #D6000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6000D; }
p { color: rgb(214,0,13); }
H1.HeaderClassName
{
color: #D6000D;
}
.AnyTagClassName
{
color: #D6000D;
}
</style>
background-color css
<style>
a { background-color: #D6000D; }
a { background-color: rgb(214,0,13); }
div.DivClassName
{
background-color: #D6000D;
}
.BgClassName
{
background-color: #D6000D;
}
</style>
border-color css
<style>
span { border-color: #D6000D; }
span { border-color: rgb(214,0,13); }
td.TdClassName
{
border-color: #D6000D;
}
.TagClassName
{
border-color: #D6000D;
}
</style>