Shades of Venetian Red #D10819
Tints of Venetian Red #D10819
RGB
CMYK
RGB Variations
Color information
#D10819 (or 0xD10819) is known color: Venetian Red. HEX triplet: D1, 08 and 19. RGB value is (209,8,25). Sum of RGB (Red+Green+Blue) = 209+8+25=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D10819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10819 is #2EF7E6. Grayscale: #464646. Windows color (decimal): -3078119 or 1640657. OLE color: 1640657.
HSL color Cylindrical-coordinate representation of color #D10819: hue angle of 354.93º 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 #D10819 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.18 |
| HSL | 354.93º | 0.93% | 0.43% | - |
| HSV(B) | 354.93º | 0.96% | 0.82% | - |
| XYZ | 26.56 | 13.8 | 2.18 | - |
| YUV | 70.04 | 102.59 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 25 | 0 | 0.96 | 0.88 | 0.18 | 354.93 | 0.93 | 0.43 |
| Hex | D1 | 8 | 19 | 0 | 60 | 58 | 12 | 163 | 5D | 2B |
| Octal | 321 | 10 | 31 | 0 | 140 | 130 | 22 | 543 | 135 | 53 |
| Binary | 11010001 | 1000 | 11001 | 0 | 1100000 | 1011000 | 10010 | 101100011 | 1011101 | 101011 |
Color Harmonies of #D10819
Complementary color
Monochromatic Colors of #D10819
Black with #D10819
Text Example
Text Example
White with #D10819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10819; }
p { color: rgb(209,8,25); }
H1.HeaderClassName
{
color: #D10819;
}
.AnyTagClassName
{
color: #D10819;
}
</style>
background-color css
<style>
a { background-color: #D10819; }
a { background-color: rgb(209,8,25); }
div.DivClassName
{
background-color: #D10819;
}
.BgClassName
{
background-color: #D10819;
}
</style>
border-color css
<style>
span { border-color: #D10819; }
span { border-color: rgb(209,8,25); }
td.TdClassName
{
border-color: #D10819;
}
.TagClassName
{
border-color: #D10819;
}
</style>