Shades of Venetian Red #D50D17
Tints of Venetian Red #D50D17
RGB
CMYK
RGB Variations
Color information
#D50D17 (or 0xD50D17) is known color: Venetian Red. HEX triplet: D5, 0D and 17. RGB value is (213,13,23). Sum of RGB (Red+Green+Blue) = 213+13+23=249 (32% of max value = 765). Red value is 213 (83.59% from 255 or 85.54% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50D17 is #2AF2E8. Grayscale: #4A4A4A. Windows color (decimal): -2814697 or 1510869. OLE color: 1510869.
HSL color Cylindrical-coordinate representation of color #D50D17: hue angle of 357º degrees, saturation: 0.88, 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 #D50D17 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 13 | 23 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.16 |
| HSL | 357º | 0.88% | 0.44% | - |
| HSV(B) | 357º | 0.94% | 0.84% | - |
| XYZ | 27.74 | 14.5 | 2.15 | - |
| YUV | 73.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 23 | 0 | 0.94 | 0.89 | 0.16 | 357 | 0.88 | 0.44 |
| Hex | D5 | D | 17 | 0 | 5E | 59 | 10 | 165 | 58 | 2C |
| Octal | 325 | 15 | 27 | 0 | 136 | 131 | 20 | 545 | 130 | 54 |
| Binary | 11010101 | 1101 | 10111 | 0 | 1011110 | 1011001 | 10000 | 101100101 | 1011000 | 101100 |
Color Harmonies of #D50D17
Complementary color
Monochromatic Colors of #D50D17
Black with #D50D17
Text Example
Text Example
White with #D50D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50D17; }
p { color: rgb(213,13,23); }
H1.HeaderClassName
{
color: #D50D17;
}
.AnyTagClassName
{
color: #D50D17;
}
</style>
background-color css
<style>
a { background-color: #D50D17; }
a { background-color: rgb(213,13,23); }
div.DivClassName
{
background-color: #D50D17;
}
.BgClassName
{
background-color: #D50D17;
}
</style>
border-color css
<style>
span { border-color: #D50D17; }
span { border-color: rgb(213,13,23); }
td.TdClassName
{
border-color: #D50D17;
}
.TagClassName
{
border-color: #D50D17;
}
</style>