Shades of Venetian Red #D60014
Tints of Venetian Red #D60014
RGB
CMYK
RGB Variations
Color information
#D60014 (or 0xD60014) is known color: Venetian Red. HEX triplet: D6, 00 and 14. RGB value is (214,0,20). Sum of RGB (Red+Green+Blue) = 214+0+20=234 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.45% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 214 - color contains mainly: red. Hex color #D60014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60014 is #29FFEB. Grayscale: #424242. Windows color (decimal): -2752492 or 1310934. OLE color: 1310934.
HSL color Cylindrical-coordinate representation of color #D60014: hue angle of 354.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60014 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.91 | 0.16 |
| HSL | 354.39º | 1% | 0.42% | - |
| HSV(B) | 354.39º | 1% | 0.84% | - |
| XYZ | 27.86 | 14.35 | 1.96 | - |
| YUV | 66.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 20 | 0 | 1 | 0.91 | 0.16 | 354.39 | 1 | 0.42 |
| Hex | D6 | 0 | 14 | 0 | 64 | 5B | 10 | 162 | 64 | 2A |
| Octal | 326 | 0 | 24 | 0 | 144 | 133 | 20 | 542 | 144 | 52 |
| Binary | 11010110 | 0 | 10100 | 0 | 1100100 | 1011011 | 10000 | 101100010 | 1100100 | 101010 |
Color Harmonies of #D60014
Complementary color
Monochromatic Colors of #D60014
Black with #D60014
Text Example
Text Example
White with #D60014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60014; }
p { color: rgb(214,0,20); }
H1.HeaderClassName
{
color: #D60014;
}
.AnyTagClassName
{
color: #D60014;
}
</style>
background-color css
<style>
a { background-color: #D60014; }
a { background-color: rgb(214,0,20); }
div.DivClassName
{
background-color: #D60014;
}
.BgClassName
{
background-color: #D60014;
}
</style>
border-color css
<style>
span { border-color: #D60014; }
span { border-color: rgb(214,0,20); }
td.TdClassName
{
border-color: #D60014;
}
.TagClassName
{
border-color: #D60014;
}
</style>