Shades of Venetian Red #D60017
Tints of Venetian Red #D60017
RGB
CMYK
RGB Variations
Color information
#D60017 (or 0xD60017) is known color: Venetian Red. HEX triplet: D6, 00 and 17. RGB value is (214,0,23). Sum of RGB (Red+Green+Blue) = 214+0+23=237 (31% of max value = 765). Red value is 214 (83.98% from 255 or 90.30% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 214 - color contains mainly: red. Hex color #D60017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60017 is #29FFE8. Grayscale: #424242. Windows color (decimal): -2752489 or 1507542. OLE color: 1507542.
HSL color Cylindrical-coordinate representation of color #D60017: hue angle of 353.55º 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 #D60017 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.89 | 0.16 |
| HSL | 353.55º | 1% | 0.42% | - |
| HSV(B) | 353.55º | 1% | 0.84% | - |
| XYZ | 27.89 | 14.36 | 2.11 | - |
| YUV | 66.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 23 | 0 | 1 | 0.89 | 0.16 | 353.55 | 1 | 0.42 |
| Hex | D6 | 0 | 17 | 0 | 64 | 59 | 10 | 162 | 64 | 2A |
| Octal | 326 | 0 | 27 | 0 | 144 | 131 | 20 | 542 | 144 | 52 |
| Binary | 11010110 | 0 | 10111 | 0 | 1100100 | 1011001 | 10000 | 101100010 | 1100100 | 101010 |
Color Harmonies of #D60017
Complementary color
Monochromatic Colors of #D60017
Black with #D60017
Text Example
Text Example
White with #D60017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60017; }
p { color: rgb(214,0,23); }
H1.HeaderClassName
{
color: #D60017;
}
.AnyTagClassName
{
color: #D60017;
}
</style>
background-color css
<style>
a { background-color: #D60017; }
a { background-color: rgb(214,0,23); }
div.DivClassName
{
background-color: #D60017;
}
.BgClassName
{
background-color: #D60017;
}
</style>
border-color css
<style>
span { border-color: #D60017; }
span { border-color: rgb(214,0,23); }
td.TdClassName
{
border-color: #D60017;
}
.TagClassName
{
border-color: #D60017;
}
</style>