Shades of Venetian Red #D10817
Tints of Venetian Red #D10817
RGB
CMYK
RGB Variations
Color information
#D10817 (or 0xD10817) is known color: Venetian Red. HEX triplet: D1, 08 and 17. RGB value is (209,8,23). Sum of RGB (Red+Green+Blue) = 209+8+23=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D10817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10817 is #2EF7E8. Grayscale: #454545. Windows color (decimal): -3078121 or 1509585. OLE color: 1509585.
HSL color Cylindrical-coordinate representation of color #D10817: hue angle of 355.52º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D10817 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 23 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.18 |
| HSL | 355.52º | 0.93% | 0.43% | - |
| HSV(B) | 355.52º | 0.96% | 0.82% | - |
| XYZ | 26.54 | 13.79 | 2.07 | - |
| YUV | 69.81 | 101.59 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 23 | 0 | 0.96 | 0.89 | 0.18 | 355.52 | 0.93 | 0.43 |
| Hex | D1 | 8 | 17 | 0 | 60 | 59 | 12 | 164 | 5D | 2B |
| Octal | 321 | 10 | 27 | 0 | 140 | 131 | 22 | 544 | 135 | 53 |
| Binary | 11010001 | 1000 | 10111 | 0 | 1100000 | 1011001 | 10010 | 101100100 | 1011101 | 101011 |
Color Harmonies of #D10817
Complementary color
Monochromatic Colors of #D10817
Black with #D10817
Text Example
Text Example
White with #D10817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10817; }
p { color: rgb(209,8,23); }
H1.HeaderClassName
{
color: #D10817;
}
.AnyTagClassName
{
color: #D10817;
}
</style>
background-color css
<style>
a { background-color: #D10817; }
a { background-color: rgb(209,8,23); }
div.DivClassName
{
background-color: #D10817;
}
.BgClassName
{
background-color: #D10817;
}
</style>
border-color css
<style>
span { border-color: #D10817; }
span { border-color: rgb(209,8,23); }
td.TdClassName
{
border-color: #D10817;
}
.TagClassName
{
border-color: #D10817;
}
</style>