Shades of Venetian Red #D60317
Tints of Venetian Red #D60317
RGB
CMYK
RGB Variations
Color information
#D60317 (or 0xD60317) is known color: Venetian Red. HEX triplet: D6, 03 and 17. RGB value is (214,3,23). Sum of RGB (Red+Green+Blue) = 214+3+23=240 (31% of max value = 765). Red value is 214 (83.98% from 255 or 89.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 214 - color contains mainly: red. Hex color #D60317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D60317 is #29FCE8. Grayscale: #444444. Windows color (decimal): -2751721 or 1508310. OLE color: 1508310.
HSL color Cylindrical-coordinate representation of color #D60317: hue angle of 354.31º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60317 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.16 |
| HSL | 354.31º | 0.97% | 0.43% | - |
| HSV(B) | 354.31º | 0.99% | 0.84% | - |
| XYZ | 27.92 | 14.42 | 2.12 | - |
| YUV | 68.37 | 102.4 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 23 | 0 | 0.99 | 0.89 | 0.16 | 354.31 | 0.97 | 0.43 |
| Hex | D6 | 3 | 17 | 0 | 63 | 59 | 10 | 162 | 61 | 2B |
| Octal | 326 | 3 | 27 | 0 | 143 | 131 | 20 | 542 | 141 | 53 |
| Binary | 11010110 | 11 | 10111 | 0 | 1100011 | 1011001 | 10000 | 101100010 | 1100001 | 101011 |
Color Harmonies of #D60317
Complementary color
Monochromatic Colors of #D60317
Black with #D60317
Text Example
Text Example
White with #D60317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60317; }
p { color: rgb(214,3,23); }
H1.HeaderClassName
{
color: #D60317;
}
.AnyTagClassName
{
color: #D60317;
}
</style>
background-color css
<style>
a { background-color: #D60317; }
a { background-color: rgb(214,3,23); }
div.DivClassName
{
background-color: #D60317;
}
.BgClassName
{
background-color: #D60317;
}
</style>
border-color css
<style>
span { border-color: #D60317; }
span { border-color: rgb(214,3,23); }
td.TdClassName
{
border-color: #D60317;
}
.TagClassName
{
border-color: #D60317;
}
</style>