Shades of Venetian Red #D60211
Tints of Venetian Red #D60211
RGB
CMYK
RGB Variations
Color information
#D60211 (or 0xD60211) is known color: Venetian Red. HEX triplet: D6, 02 and 11. RGB value is (214,2,17). Sum of RGB (Red+Green+Blue) = 214+2+17=233 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.85% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 214 - color contains mainly: red. Hex color #D60211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60211 is #29FDEE. Grayscale: #434343. Windows color (decimal): -2751983 or 1114838. OLE color: 1114838.
HSL color Cylindrical-coordinate representation of color #D60211: hue angle of 355.75º 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 #D60211 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.16 |
| HSL | 355.75º | 0.98% | 0.42% | - |
| HSV(B) | 355.75º | 0.99% | 0.84% | - |
| XYZ | 27.85 | 14.38 | 1.84 | - |
| YUV | 67.1 | 99.74 | 232.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 17 | 0 | 0.99 | 0.92 | 0.16 | 355.75 | 0.98 | 0.42 |
| Hex | D6 | 2 | 11 | 0 | 63 | 5C | 10 | 164 | 62 | 2A |
| Octal | 326 | 2 | 21 | 0 | 143 | 134 | 20 | 544 | 142 | 52 |
| Binary | 11010110 | 10 | 10001 | 0 | 1100011 | 1011100 | 10000 | 101100100 | 1100010 | 101010 |
Color Harmonies of #D60211
Complementary color
Monochromatic Colors of #D60211
Black with #D60211
Text Example
Text Example
White with #D60211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60211; }
p { color: rgb(214,2,17); }
H1.HeaderClassName
{
color: #D60211;
}
.AnyTagClassName
{
color: #D60211;
}
</style>
background-color css
<style>
a { background-color: #D60211; }
a { background-color: rgb(214,2,17); }
div.DivClassName
{
background-color: #D60211;
}
.BgClassName
{
background-color: #D60211;
}
</style>
border-color css
<style>
span { border-color: #D60211; }
span { border-color: rgb(214,2,17); }
td.TdClassName
{
border-color: #D60211;
}
.TagClassName
{
border-color: #D60211;
}
</style>