Shades of Venetian Red #D6060C
Tints of Venetian Red #D6060C
RGB
CMYK
RGB Variations
Color information
#D6060C (or 0xD6060C) is known color: Venetian Red. HEX triplet: D6, 06 and 0C. RGB value is (214,6,12). Sum of RGB (Red+Green+Blue) = 214+6+12=232 (30% of max value = 765). Red value is 214 (83.98% from 255 or 92.24% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 214 - color contains mainly: red. Hex color #D6060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6060C is #29F9F3. Grayscale: #454545. Windows color (decimal): -2750964 or 788182. OLE color: 788182.
HSL color Cylindrical-coordinate representation of color #D6060C: hue angle of 358.27º degrees, saturation: 0.95, 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 #D6060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.16 |
| HSL | 358.27º | 0.95% | 0.43% | - |
| HSV(B) | 358.27º | 0.97% | 0.84% | - |
| XYZ | 27.86 | 14.45 | 1.67 | - |
| YUV | 68.88 | 95.91 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 12 | 0 | 0.97 | 0.94 | 0.16 | 358.27 | 0.95 | 0.43 |
| Hex | D6 | 6 | C | 0 | 61 | 5E | 10 | 166 | 5F | 2B |
| Octal | 326 | 6 | 14 | 0 | 141 | 136 | 20 | 546 | 137 | 53 |
| Binary | 11010110 | 110 | 1100 | 0 | 1100001 | 1011110 | 10000 | 101100110 | 1011111 | 101011 |
Color Harmonies of #D6060C
Complementary color
Monochromatic Colors of #D6060C
Black with #D6060C
Text Example
Text Example
White with #D6060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6060C; }
p { color: rgb(214,6,12); }
H1.HeaderClassName
{
color: #D6060C;
}
.AnyTagClassName
{
color: #D6060C;
}
</style>
background-color css
<style>
a { background-color: #D6060C; }
a { background-color: rgb(214,6,12); }
div.DivClassName
{
background-color: #D6060C;
}
.BgClassName
{
background-color: #D6060C;
}
</style>
border-color css
<style>
span { border-color: #D6060C; }
span { border-color: rgb(214,6,12); }
td.TdClassName
{
border-color: #D6060C;
}
.TagClassName
{
border-color: #D6060C;
}
</style>