Shades of Venetian Red #D60C15
Tints of Venetian Red #D60C15
RGB
CMYK
RGB Variations
Color information
#D60C15 (or 0xD60C15) is known color: Venetian Red. HEX triplet: D6, 0C and 15. RGB value is (214,12,21). Sum of RGB (Red+Green+Blue) = 214+12+21=247 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.64% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C15 is #29F3EA. Grayscale: #494949. Windows color (decimal): -2749419 or 1379542. OLE color: 1379542.
HSL color Cylindrical-coordinate representation of color #D60C15: hue angle of 357.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60C15 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 21 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.16 |
| HSL | 357.33º | 0.89% | 0.44% | - |
| HSV(B) | 357.33º | 0.94% | 0.84% | - |
| XYZ | 28 | 14.61 | 2.05 | - |
| YUV | 73.42 | 98.42 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 21 | 0 | 0.94 | 0.90 | 0.16 | 357.33 | 0.89 | 0.44 |
| Hex | D6 | C | 15 | 0 | 5E | 5A | 10 | 165 | 59 | 2C |
| Octal | 326 | 14 | 25 | 0 | 136 | 132 | 20 | 545 | 131 | 54 |
| Binary | 11010110 | 1100 | 10101 | 0 | 1011110 | 1011010 | 10000 | 101100101 | 1011001 | 101100 |
Color Harmonies of #D60C15
Complementary color
Monochromatic Colors of #D60C15
Black with #D60C15
Text Example
Text Example
White with #D60C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C15; }
p { color: rgb(214,12,21); }
H1.HeaderClassName
{
color: #D60C15;
}
.AnyTagClassName
{
color: #D60C15;
}
</style>
background-color css
<style>
a { background-color: #D60C15; }
a { background-color: rgb(214,12,21); }
div.DivClassName
{
background-color: #D60C15;
}
.BgClassName
{
background-color: #D60C15;
}
</style>
border-color css
<style>
span { border-color: #D60C15; }
span { border-color: rgb(214,12,21); }
td.TdClassName
{
border-color: #D60C15;
}
.TagClassName
{
border-color: #D60C15;
}
</style>