Shades of Venetian Red #D10815
Tints of Venetian Red #D10815
RGB
CMYK
RGB Variations
Color information
#D10815 (or 0xD10815) is known color: Venetian Red. HEX triplet: D1, 08 and 15. RGB value is (209,8,21). Sum of RGB (Red+Green+Blue) = 209+8+21=238 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.82% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 209 - color contains mainly: red. Hex color #D10815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10815 is #2EF7EA. Grayscale: #454545. Windows color (decimal): -3078123 or 1378513. OLE color: 1378513.
HSL color Cylindrical-coordinate representation of color #D10815: hue angle of 356.12º 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 #D10815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 8 | 21 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.18 |
| HSL | 356.12º | 0.93% | 0.43% | - |
| HSV(B) | 356.12º | 0.96% | 0.82% | - |
| XYZ | 26.52 | 13.78 | 1.97 | - |
| YUV | 69.58 | 100.59 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 8 | 21 | 0 | 0.96 | 0.90 | 0.18 | 356.12 | 0.93 | 0.43 |
| Hex | D1 | 8 | 15 | 0 | 60 | 5A | 12 | 164 | 5D | 2B |
| Octal | 321 | 10 | 25 | 0 | 140 | 132 | 22 | 544 | 135 | 53 |
| Binary | 11010001 | 1000 | 10101 | 0 | 1100000 | 1011010 | 10010 | 101100100 | 1011101 | 101011 |
Color Harmonies of #D10815
Complementary color
Monochromatic Colors of #D10815
Black with #D10815
Text Example
Text Example
White with #D10815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10815; }
p { color: rgb(209,8,21); }
H1.HeaderClassName
{
color: #D10815;
}
.AnyTagClassName
{
color: #D10815;
}
</style>
background-color css
<style>
a { background-color: #D10815; }
a { background-color: rgb(209,8,21); }
div.DivClassName
{
background-color: #D10815;
}
.BgClassName
{
background-color: #D10815;
}
</style>
border-color css
<style>
span { border-color: #D10815; }
span { border-color: rgb(209,8,21); }
td.TdClassName
{
border-color: #D10815;
}
.TagClassName
{
border-color: #D10815;
}
</style>