Shades of Venetian Red #D10915
Tints of Venetian Red #D10915
RGB
CMYK
RGB Variations
Color information
#D10915 (or 0xD10915) is known color: Venetian Red. HEX triplet: D1, 09 and 15. RGB value is (209,9,21). Sum of RGB (Red+Green+Blue) = 209+9+21=239 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.45% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 209 - color contains mainly: red. Hex color #D10915 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10915 is #2EF6EA. Grayscale: #464646. Windows color (decimal): -3077867 or 1378769. OLE color: 1378769.
HSL color Cylindrical-coordinate representation of color #D10915: hue angle of 356.4º 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 #D10915 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.18 |
| HSL | 356.4º | 0.92% | 0.43% | - |
| HSV(B) | 356.4º | 0.96% | 0.82% | - |
| XYZ | 26.53 | 13.8 | 1.98 | - |
| YUV | 70.17 | 100.26 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 21 | 0 | 0.96 | 0.90 | 0.18 | 356.4 | 0.92 | 0.43 |
| Hex | D1 | 9 | 15 | 0 | 60 | 5A | 12 | 164 | 5C | 2B |
| Octal | 321 | 11 | 25 | 0 | 140 | 132 | 22 | 544 | 134 | 53 |
| Binary | 11010001 | 1001 | 10101 | 0 | 1100000 | 1011010 | 10010 | 101100100 | 1011100 | 101011 |
Color Harmonies of #D10915
Complementary color
Monochromatic Colors of #D10915
Black with #D10915
Text Example
Text Example
White with #D10915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10915; }
p { color: rgb(209,9,21); }
H1.HeaderClassName
{
color: #D10915;
}
.AnyTagClassName
{
color: #D10915;
}
</style>
background-color css
<style>
a { background-color: #D10915; }
a { background-color: rgb(209,9,21); }
div.DivClassName
{
background-color: #D10915;
}
.BgClassName
{
background-color: #D10915;
}
</style>
border-color css
<style>
span { border-color: #D10915; }
span { border-color: rgb(209,9,21); }
td.TdClassName
{
border-color: #D10915;
}
.TagClassName
{
border-color: #D10915;
}
</style>