Shades of Venetian Red #D10317
Tints of Venetian Red #D10317
RGB
CMYK
RGB Variations
Color information
#D10317 (or 0xD10317) is known color: Venetian Red. HEX triplet: D1, 03 and 17. RGB value is (209,3,23). Sum of RGB (Red+Green+Blue) = 209+3+23=235 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.94% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 23 (9.38% from 255 or 9.79% from 235); Max value from RGB is 209 - color contains mainly: red. Hex color #D10317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10317 is #2EFCE8. Grayscale: #434343. Windows color (decimal): -3079401 or 1508305. OLE color: 1508305.
HSL color Cylindrical-coordinate representation of color #D10317: hue angle of 354.17º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10317 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 23 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.18 |
| HSL | 354.17º | 0.97% | 0.42% | - |
| HSV(B) | 354.17º | 0.99% | 0.82% | - |
| XYZ | 26.48 | 13.68 | 2.06 | - |
| YUV | 66.87 | 103.25 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 23 | 0 | 0.99 | 0.89 | 0.18 | 354.17 | 0.97 | 0.42 |
| Hex | D1 | 3 | 17 | 0 | 63 | 59 | 12 | 162 | 61 | 2A |
| Octal | 321 | 3 | 27 | 0 | 143 | 131 | 22 | 542 | 141 | 52 |
| Binary | 11010001 | 11 | 10111 | 0 | 1100011 | 1011001 | 10010 | 101100010 | 1100001 | 101010 |
Color Harmonies of #D10317
Complementary color
Monochromatic Colors of #D10317
Black with #D10317
Text Example
Text Example
White with #D10317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10317; }
p { color: rgb(209,3,23); }
H1.HeaderClassName
{
color: #D10317;
}
.AnyTagClassName
{
color: #D10317;
}
</style>
background-color css
<style>
a { background-color: #D10317; }
a { background-color: rgb(209,3,23); }
div.DivClassName
{
background-color: #D10317;
}
.BgClassName
{
background-color: #D10317;
}
</style>
border-color css
<style>
span { border-color: #D10317; }
span { border-color: rgb(209,3,23); }
td.TdClassName
{
border-color: #D10317;
}
.TagClassName
{
border-color: #D10317;
}
</style>