Shades of Venetian Red #D60D12
Tints of Venetian Red #D60D12
RGB
CMYK
RGB Variations
Color information
#D60D12 (or 0xD60D12) is known color: Venetian Red. HEX triplet: D6, 0D and 12. RGB value is (214,13,18). Sum of RGB (Red+Green+Blue) = 214+13+18=245 (32% of max value = 765). Red value is 214 (83.98% from 255 or 87.35% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60D12 is #29F2ED. Grayscale: #494949. Windows color (decimal): -2749166 or 1183190. OLE color: 1183190.
HSL color Cylindrical-coordinate representation of color #D60D12: hue angle of 358.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D12 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 18 | - |
| CMYK | 0 | 0.94 | 0.92 | 0.16 |
| HSL | 358.51º | 0.89% | 0.45% | - |
| HSV(B) | 358.51º | 0.94% | 0.84% | - |
| XYZ | 27.98 | 14.63 | 1.92 | - |
| YUV | 73.67 | 96.59 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 18 | 0 | 0.94 | 0.92 | 0.16 | 358.51 | 0.89 | 0.45 |
| Hex | D6 | D | 12 | 0 | 5E | 5C | 10 | 167 | 59 | 2D |
| Octal | 326 | 15 | 22 | 0 | 136 | 134 | 20 | 547 | 131 | 55 |
| Binary | 11010110 | 1101 | 10010 | 0 | 1011110 | 1011100 | 10000 | 101100111 | 1011001 | 101101 |
Color Harmonies of #D60D12
Complementary color
Monochromatic Colors of #D60D12
Black with #D60D12
Text Example
Text Example
White with #D60D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D12; }
p { color: rgb(214,13,18); }
H1.HeaderClassName
{
color: #D60D12;
}
.AnyTagClassName
{
color: #D60D12;
}
</style>
background-color css
<style>
a { background-color: #D60D12; }
a { background-color: rgb(214,13,18); }
div.DivClassName
{
background-color: #D60D12;
}
.BgClassName
{
background-color: #D60D12;
}
</style>
border-color css
<style>
span { border-color: #D60D12; }
span { border-color: rgb(214,13,18); }
td.TdClassName
{
border-color: #D60D12;
}
.TagClassName
{
border-color: #D60D12;
}
</style>