Shades of Venetian Red #D6000B
Tints of Venetian Red #D6000B
RGB
CMYK
RGB Variations
Color information
#D6000B (or 0xD6000B) is known color: Venetian Red. HEX triplet: D6, 00 and 0B. RGB value is (214,0,11). Sum of RGB (Red+Green+Blue) = 214+0+11=225 (29% of max value = 765). Red value is 214 (83.98% from 255 or 95.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 214 - color contains mainly: red. Hex color #D6000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6000B is #29FFF4. Grayscale: #414141. Windows color (decimal): -2752501 or 721110. OLE color: 721110.
HSL color Cylindrical-coordinate representation of color #D6000B: hue angle of 356.92º 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 #D6000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.16 |
| HSL | 356.92º | 1% | 0.42% | - |
| HSV(B) | 356.92º | 1% | 0.84% | - |
| XYZ | 27.79 | 14.32 | 1.62 | - |
| YUV | 65.24 | 97.4 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 11 | 0 | 1 | 0.95 | 0.16 | 356.92 | 1 | 0.42 |
| Hex | D6 | 0 | B | 0 | 64 | 5F | 10 | 165 | 64 | 2A |
| Octal | 326 | 0 | 13 | 0 | 144 | 137 | 20 | 545 | 144 | 52 |
| Binary | 11010110 | 0 | 1011 | 0 | 1100100 | 1011111 | 10000 | 101100101 | 1100100 | 101010 |
Color Harmonies of #D6000B
Complementary color
Monochromatic Colors of #D6000B
Black with #D6000B
Text Example
Text Example
White with #D6000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6000B; }
p { color: rgb(214,0,11); }
H1.HeaderClassName
{
color: #D6000B;
}
.AnyTagClassName
{
color: #D6000B;
}
</style>
background-color css
<style>
a { background-color: #D6000B; }
a { background-color: rgb(214,0,11); }
div.DivClassName
{
background-color: #D6000B;
}
.BgClassName
{
background-color: #D6000B;
}
</style>
border-color css
<style>
span { border-color: #D6000B; }
span { border-color: rgb(214,0,11); }
td.TdClassName
{
border-color: #D6000B;
}
.TagClassName
{
border-color: #D6000B;
}
</style>