Shades of Venetian Red #D60710
Tints of Venetian Red #D60710
RGB
CMYK
RGB Variations
Color information
#D60710 (or 0xD60710) is known color: Venetian Red. HEX triplet: D6, 07 and 10. RGB value is (214,7,16). Sum of RGB (Red+Green+Blue) = 214+7+16=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D60710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60710 is #29F8EF. Grayscale: #464646. Windows color (decimal): -2750704 or 1050582. OLE color: 1050582.
HSL color Cylindrical-coordinate representation of color #D60710: hue angle of 357.39º 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 #D60710 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 16 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.16 |
| HSL | 357.39º | 0.94% | 0.43% | - |
| HSV(B) | 357.39º | 0.97% | 0.84% | - |
| XYZ | 27.9 | 14.49 | 1.82 | - |
| YUV | 69.92 | 97.58 | 230.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 16 | 0 | 0.97 | 0.93 | 0.16 | 357.39 | 0.94 | 0.43 |
| Hex | D6 | 7 | 10 | 0 | 61 | 5D | 10 | 165 | 5E | 2B |
| Octal | 326 | 7 | 20 | 0 | 141 | 135 | 20 | 545 | 136 | 53 |
| Binary | 11010110 | 111 | 10000 | 0 | 1100001 | 1011101 | 10000 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D60710
Complementary color
Monochromatic Colors of #D60710
Black with #D60710
Text Example
Text Example
White with #D60710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60710; }
p { color: rgb(214,7,16); }
H1.HeaderClassName
{
color: #D60710;
}
.AnyTagClassName
{
color: #D60710;
}
</style>
background-color css
<style>
a { background-color: #D60710; }
a { background-color: rgb(214,7,16); }
div.DivClassName
{
background-color: #D60710;
}
.BgClassName
{
background-color: #D60710;
}
</style>
border-color css
<style>
span { border-color: #D60710; }
span { border-color: rgb(214,7,16); }
td.TdClassName
{
border-color: #D60710;
}
.TagClassName
{
border-color: #D60710;
}
</style>