Shades of Venetian Red #D6071E
Tints of Venetian Red #D6071E
RGB
CMYK
RGB Variations
Color information
#D6071E (or 0xD6071E) is known color: Venetian Red. HEX triplet: D6, 07 and 1E. RGB value is (214,7,30). Sum of RGB (Red+Green+Blue) = 214+7+30=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D6071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6071E is #29F8E1. Grayscale: #474747. Windows color (decimal): -2750690 or 1968086. OLE color: 1968086.
HSL color Cylindrical-coordinate representation of color #D6071E: hue angle of 353.33º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6071E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.16 |
| HSL | 353.33º | 0.94% | 0.43% | - |
| HSV(B) | 353.33º | 0.97% | 0.84% | - |
| XYZ | 28.04 | 14.54 | 2.56 | - |
| YUV | 71.52 | 104.58 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 30 | 0 | 0.97 | 0.86 | 0.16 | 353.33 | 0.94 | 0.43 |
| Hex | D6 | 7 | 1E | 0 | 61 | 56 | 10 | 161 | 5E | 2B |
| Octal | 326 | 7 | 36 | 0 | 141 | 126 | 20 | 541 | 136 | 53 |
| Binary | 11010110 | 111 | 11110 | 0 | 1100001 | 1010110 | 10000 | 101100001 | 1011110 | 101011 |
Color Harmonies of #D6071E
Complementary color
Monochromatic Colors of #D6071E
Black with #D6071E
Text Example
Text Example
White with #D6071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6071E; }
p { color: rgb(214,7,30); }
H1.HeaderClassName
{
color: #D6071E;
}
.AnyTagClassName
{
color: #D6071E;
}
</style>
background-color css
<style>
a { background-color: #D6071E; }
a { background-color: rgb(214,7,30); }
div.DivClassName
{
background-color: #D6071E;
}
.BgClassName
{
background-color: #D6071E;
}
</style>
border-color css
<style>
span { border-color: #D6071E; }
span { border-color: rgb(214,7,30); }
td.TdClassName
{
border-color: #D6071E;
}
.TagClassName
{
border-color: #D6071E;
}
</style>