Shades of Venetian Red #D10511
Tints of Venetian Red #D10511
RGB
CMYK
RGB Variations
Color information
#D10511 (or 0xD10511) is known color: Venetian Red. HEX triplet: D1, 05 and 11. RGB value is (209,5,17). Sum of RGB (Red+Green+Blue) = 209+5+17=231 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.48% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 209 - color contains mainly: red. Hex color #D10511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10511 is #2EFAEE. Grayscale: #434343. Windows color (decimal): -3078895 or 1115601. OLE color: 1115601.
HSL color Cylindrical-coordinate representation of color #D10511: hue angle of 356.47º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10511 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 17 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.18 |
| HSL | 356.47º | 0.95% | 0.42% | - |
| HSV(B) | 356.47º | 0.98% | 0.82% | - |
| XYZ | 26.45 | 13.7 | 1.78 | - |
| YUV | 67.36 | 99.59 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 17 | 0 | 0.98 | 0.92 | 0.18 | 356.47 | 0.95 | 0.42 |
| Hex | D1 | 5 | 11 | 0 | 62 | 5C | 12 | 164 | 5F | 2A |
| Octal | 321 | 5 | 21 | 0 | 142 | 134 | 22 | 544 | 137 | 52 |
| Binary | 11010001 | 101 | 10001 | 0 | 1100010 | 1011100 | 10010 | 101100100 | 1011111 | 101010 |
Color Harmonies of #D10511
Complementary color
Monochromatic Colors of #D10511
Black with #D10511
Text Example
Text Example
White with #D10511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10511; }
p { color: rgb(209,5,17); }
H1.HeaderClassName
{
color: #D10511;
}
.AnyTagClassName
{
color: #D10511;
}
</style>
background-color css
<style>
a { background-color: #D10511; }
a { background-color: rgb(209,5,17); }
div.DivClassName
{
background-color: #D10511;
}
.BgClassName
{
background-color: #D10511;
}
</style>
border-color css
<style>
span { border-color: #D10511; }
span { border-color: rgb(209,5,17); }
td.TdClassName
{
border-color: #D10511;
}
.TagClassName
{
border-color: #D10511;
}
</style>