Shades of Venetian Red #D60715
Tints of Venetian Red #D60715
RGB
CMYK
RGB Variations
Color information
#D60715 (or 0xD60715) is known color: Venetian Red. HEX triplet: D6, 07 and 15. RGB value is (214,7,21). Sum of RGB (Red+Green+Blue) = 214+7+21=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60715 is #29F8EA. Grayscale: #464646. Windows color (decimal): -2750699 or 1378262. OLE color: 1378262.
HSL color Cylindrical-coordinate representation of color #D60715: hue angle of 355.94º 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 #D60715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.16 |
| HSL | 355.94º | 0.94% | 0.43% | - |
| HSV(B) | 355.94º | 0.97% | 0.84% | - |
| XYZ | 27.94 | 14.5 | 2.04 | - |
| YUV | 70.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 21 | 0 | 0.97 | 0.90 | 0.16 | 355.94 | 0.94 | 0.43 |
| Hex | D6 | 7 | 15 | 0 | 61 | 5A | 10 | 164 | 5E | 2B |
| Octal | 326 | 7 | 25 | 0 | 141 | 132 | 20 | 544 | 136 | 53 |
| Binary | 11010110 | 111 | 10101 | 0 | 1100001 | 1011010 | 10000 | 101100100 | 1011110 | 101011 |
Color Harmonies of #D60715
Complementary color
Monochromatic Colors of #D60715
Black with #D60715
Text Example
Text Example
White with #D60715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60715; }
p { color: rgb(214,7,21); }
H1.HeaderClassName
{
color: #D60715;
}
.AnyTagClassName
{
color: #D60715;
}
</style>
background-color css
<style>
a { background-color: #D60715; }
a { background-color: rgb(214,7,21); }
div.DivClassName
{
background-color: #D60715;
}
.BgClassName
{
background-color: #D60715;
}
</style>
border-color css
<style>
span { border-color: #D60715; }
span { border-color: rgb(214,7,21); }
td.TdClassName
{
border-color: #D60715;
}
.TagClassName
{
border-color: #D60715;
}
</style>