Shades of Venetian Red #D60610
Tints of Venetian Red #D60610
RGB
CMYK
RGB Variations
Color information
#D60610 (or 0xD60610) is known color: Venetian Red. HEX triplet: D6, 06 and 10. RGB value is (214,6,16). Sum of RGB (Red+Green+Blue) = 214+6+16=236 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.68% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 214 - color contains mainly: red. Hex color #D60610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60610 is #29F9EF. Grayscale: #454545. Windows color (decimal): -2750960 or 1050326. OLE color: 1050326.
HSL color Cylindrical-coordinate representation of color #D60610: hue angle of 357.12º 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 #D60610 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.16 |
| HSL | 357.12º | 0.95% | 0.43% | - |
| HSV(B) | 357.12º | 0.97% | 0.84% | - |
| XYZ | 27.89 | 14.46 | 1.81 | - |
| YUV | 69.33 | 97.91 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 16 | 0 | 0.97 | 0.93 | 0.16 | 357.12 | 0.95 | 0.43 |
| Hex | D6 | 6 | 10 | 0 | 61 | 5D | 10 | 165 | 5F | 2B |
| Octal | 326 | 6 | 20 | 0 | 141 | 135 | 20 | 545 | 137 | 53 |
| Binary | 11010110 | 110 | 10000 | 0 | 1100001 | 1011101 | 10000 | 101100101 | 1011111 | 101011 |
Color Harmonies of #D60610
Complementary color
Monochromatic Colors of #D60610
Black with #D60610
Text Example
Text Example
White with #D60610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60610; }
p { color: rgb(214,6,16); }
H1.HeaderClassName
{
color: #D60610;
}
.AnyTagClassName
{
color: #D60610;
}
</style>
background-color css
<style>
a { background-color: #D60610; }
a { background-color: rgb(214,6,16); }
div.DivClassName
{
background-color: #D60610;
}
.BgClassName
{
background-color: #D60610;
}
</style>
border-color css
<style>
span { border-color: #D60610; }
span { border-color: rgb(214,6,16); }
td.TdClassName
{
border-color: #D60610;
}
.TagClassName
{
border-color: #D60610;
}
</style>