Shades of Venetian Red #D60C10
Tints of Venetian Red #D60C10
RGB
CMYK
RGB Variations
Color information
#D60C10 (or 0xD60C10) is known color: Venetian Red. HEX triplet: D6, 0C and 10. RGB value is (214,12,16). Sum of RGB (Red+Green+Blue) = 214+12+16=242 (32% of max value = 765). Red value is 214 (83.98% from 255 or 88.43% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 214 - color contains mainly: red. Hex color #D60C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60C10 is #29F3EF. Grayscale: #494949. Windows color (decimal): -2749424 or 1051862. OLE color: 1051862.
HSL color Cylindrical-coordinate representation of color #D60C10: hue angle of 358.81º 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 #D60C10 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 12 | 16 | - |
| CMYK | 0 | 0.94 | 0.93 | 0.16 |
| HSL | 358.81º | 0.89% | 0.44% | - |
| HSV(B) | 358.81º | 0.94% | 0.84% | - |
| XYZ | 27.96 | 14.6 | 1.83 | - |
| YUV | 72.85 | 95.92 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 12 | 16 | 0 | 0.94 | 0.93 | 0.16 | 358.81 | 0.89 | 0.44 |
| Hex | D6 | C | 10 | 0 | 5E | 5D | 10 | 167 | 59 | 2C |
| Octal | 326 | 14 | 20 | 0 | 136 | 135 | 20 | 547 | 131 | 54 |
| Binary | 11010110 | 1100 | 10000 | 0 | 1011110 | 1011101 | 10000 | 101100111 | 1011001 | 101100 |
Color Harmonies of #D60C10
Complementary color
Monochromatic Colors of #D60C10
Black with #D60C10
Text Example
Text Example
White with #D60C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60C10; }
p { color: rgb(214,12,16); }
H1.HeaderClassName
{
color: #D60C10;
}
.AnyTagClassName
{
color: #D60C10;
}
</style>
background-color css
<style>
a { background-color: #D60C10; }
a { background-color: rgb(214,12,16); }
div.DivClassName
{
background-color: #D60C10;
}
.BgClassName
{
background-color: #D60C10;
}
</style>
border-color css
<style>
span { border-color: #D60C10; }
span { border-color: rgb(214,12,16); }
td.TdClassName
{
border-color: #D60C10;
}
.TagClassName
{
border-color: #D60C10;
}
</style>