Shades of Venetian Red #D10919
Tints of Venetian Red #D10919
RGB
CMYK
RGB Variations
Color information
#D10919 (or 0xD10919) is known color: Venetian Red. HEX triplet: D1, 09 and 19. RGB value is (209,9,25). Sum of RGB (Red+Green+Blue) = 209+9+25=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10919 is #2EF6E6. Grayscale: #464646. Windows color (decimal): -3077863 or 1640913. OLE color: 1640913.
HSL color Cylindrical-coordinate representation of color #D10919: hue angle of 355.2º degrees, saturation: 0.92, 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 #D10919 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.18 |
| HSL | 355.2º | 0.92% | 0.43% | - |
| HSV(B) | 355.2º | 0.96% | 0.82% | - |
| XYZ | 26.57 | 13.82 | 2.19 | - |
| YUV | 70.62 | 102.26 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 25 | 0 | 0.96 | 0.88 | 0.18 | 355.2 | 0.92 | 0.43 |
| Hex | D1 | 9 | 19 | 0 | 60 | 58 | 12 | 163 | 5C | 2B |
| Octal | 321 | 11 | 31 | 0 | 140 | 130 | 22 | 543 | 134 | 53 |
| Binary | 11010001 | 1001 | 11001 | 0 | 1100000 | 1011000 | 10010 | 101100011 | 1011100 | 101011 |
Color Harmonies of #D10919
Complementary color
Monochromatic Colors of #D10919
Black with #D10919
Text Example
Text Example
White with #D10919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10919; }
p { color: rgb(209,9,25); }
H1.HeaderClassName
{
color: #D10919;
}
.AnyTagClassName
{
color: #D10919;
}
</style>
background-color css
<style>
a { background-color: #D10919; }
a { background-color: rgb(209,9,25); }
div.DivClassName
{
background-color: #D10919;
}
.BgClassName
{
background-color: #D10919;
}
</style>
border-color css
<style>
span { border-color: #D10919; }
span { border-color: rgb(209,9,25); }
td.TdClassName
{
border-color: #D10919;
}
.TagClassName
{
border-color: #D10919;
}
</style>