Shades of Venetian Red #D6020D
Tints of Venetian Red #D6020D
RGB
CMYK
RGB Variations
Color information
#D6020D (or 0xD6020D) is known color: Venetian Red. HEX triplet: D6, 02 and 0D. RGB value is (214,2,13). Sum of RGB (Red+Green+Blue) = 214+2+13=229 (30% of max value = 765). Red value is 214 (83.98% from 255 or 93.45% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 214 - color contains mainly: red. Hex color #D6020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6020D is #29FDF2. Grayscale: #424242. Windows color (decimal): -2751987 or 852694. OLE color: 852694.
HSL color Cylindrical-coordinate representation of color #D6020D: hue angle of 356.89º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 13 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.16 |
| HSL | 356.89º | 0.98% | 0.42% | - |
| HSV(B) | 356.89º | 0.99% | 0.84% | - |
| XYZ | 27.83 | 14.37 | 1.69 | - |
| YUV | 66.64 | 97.74 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 13 | 0 | 0.99 | 0.94 | 0.16 | 356.89 | 0.98 | 0.42 |
| Hex | D6 | 2 | D | 0 | 63 | 5E | 10 | 165 | 62 | 2A |
| Octal | 326 | 2 | 15 | 0 | 143 | 136 | 20 | 545 | 142 | 52 |
| Binary | 11010110 | 10 | 1101 | 0 | 1100011 | 1011110 | 10000 | 101100101 | 1100010 | 101010 |
Color Harmonies of #D6020D
Complementary color
Monochromatic Colors of #D6020D
Black with #D6020D
Text Example
Text Example
White with #D6020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6020D; }
p { color: rgb(214,2,13); }
H1.HeaderClassName
{
color: #D6020D;
}
.AnyTagClassName
{
color: #D6020D;
}
</style>
background-color css
<style>
a { background-color: #D6020D; }
a { background-color: rgb(214,2,13); }
div.DivClassName
{
background-color: #D6020D;
}
.BgClassName
{
background-color: #D6020D;
}
</style>
border-color css
<style>
span { border-color: #D6020D; }
span { border-color: rgb(214,2,13); }
td.TdClassName
{
border-color: #D6020D;
}
.TagClassName
{
border-color: #D6020D;
}
</style>