Shades of Venetian Red #D60811
Tints of Venetian Red #D60811
RGB
CMYK
RGB Variations
Color information
#D60811 (or 0xD60811) is known color: Venetian Red. HEX triplet: D6, 08 and 11. RGB value is (214,8,17). Sum of RGB (Red+Green+Blue) = 214+8+17=239 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.54% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 214 - color contains mainly: red. Hex color #D60811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60811 is #29F7EE. Grayscale: #464646. Windows color (decimal): -2750447 or 1116374. OLE color: 1116374.
HSL color Cylindrical-coordinate representation of color #D60811: hue angle of 357.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.16 |
| HSL | 357.38º | 0.93% | 0.44% | - |
| HSV(B) | 357.38º | 0.96% | 0.84% | - |
| XYZ | 27.92 | 14.51 | 1.86 | - |
| YUV | 70.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 17 | 0 | 0.96 | 0.92 | 0.16 | 357.38 | 0.93 | 0.44 |
| Hex | D6 | 8 | 11 | 0 | 60 | 5C | 10 | 165 | 5D | 2C |
| Octal | 326 | 10 | 21 | 0 | 140 | 134 | 20 | 545 | 135 | 54 |
| Binary | 11010110 | 1000 | 10001 | 0 | 1100000 | 1011100 | 10000 | 101100101 | 1011101 | 101100 |
Color Harmonies of #D60811
Complementary color
Monochromatic Colors of #D60811
Black with #D60811
Text Example
Text Example
White with #D60811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60811; }
p { color: rgb(214,8,17); }
H1.HeaderClassName
{
color: #D60811;
}
.AnyTagClassName
{
color: #D60811;
}
</style>
background-color css
<style>
a { background-color: #D60811; }
a { background-color: rgb(214,8,17); }
div.DivClassName
{
background-color: #D60811;
}
.BgClassName
{
background-color: #D60811;
}
</style>
border-color css
<style>
span { border-color: #D60811; }
span { border-color: rgb(214,8,17); }
td.TdClassName
{
border-color: #D60811;
}
.TagClassName
{
border-color: #D60811;
}
</style>