Shades of Venetian Red #D60713
Tints of Venetian Red #D60713
RGB
CMYK
RGB Variations
Color information
#D60713 (or 0xD60713) is known color: Venetian Red. HEX triplet: D6, 07 and 13. RGB value is (214,7,19). Sum of RGB (Red+Green+Blue) = 214+7+19=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60713 is #29F8EC. Grayscale: #464646. Windows color (decimal): -2750701 or 1247190. OLE color: 1247190.
HSL color Cylindrical-coordinate representation of color #D60713: hue angle of 356.52º 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 #D60713 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.16 |
| HSL | 356.52º | 0.94% | 0.43% | - |
| HSV(B) | 356.52º | 0.97% | 0.84% | - |
| XYZ | 27.93 | 14.5 | 1.94 | - |
| YUV | 70.26 | 99.08 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 19 | 0 | 0.97 | 0.91 | 0.16 | 356.52 | 0.94 | 0.43 |
| Hex | D6 | 7 | 13 | 0 | 61 | 5B | 10 | 165 | 5E | 2B |
| Octal | 326 | 7 | 23 | 0 | 141 | 133 | 20 | 545 | 136 | 53 |
| Binary | 11010110 | 111 | 10011 | 0 | 1100001 | 1011011 | 10000 | 101100101 | 1011110 | 101011 |
Color Harmonies of #D60713
Complementary color
Monochromatic Colors of #D60713
Black with #D60713
Text Example
Text Example
White with #D60713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60713; }
p { color: rgb(214,7,19); }
H1.HeaderClassName
{
color: #D60713;
}
.AnyTagClassName
{
color: #D60713;
}
</style>
background-color css
<style>
a { background-color: #D60713; }
a { background-color: rgb(214,7,19); }
div.DivClassName
{
background-color: #D60713;
}
.BgClassName
{
background-color: #D60713;
}
</style>
border-color css
<style>
span { border-color: #D60713; }
span { border-color: rgb(214,7,19); }
td.TdClassName
{
border-color: #D60713;
}
.TagClassName
{
border-color: #D60713;
}
</style>