Shades of Venetian Red #D10B15
Tints of Venetian Red #D10B15
RGB
CMYK
RGB Variations
Color information
#D10B15 (or 0xD10B15) is known color: Venetian Red. HEX triplet: D1, 0B and 15. RGB value is (209,11,21). Sum of RGB (Red+Green+Blue) = 209+11+21=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10B15 is #2EF4EA. Grayscale: #474747. Windows color (decimal): -3077355 or 1379281. OLE color: 1379281.
HSL color Cylindrical-coordinate representation of color #D10B15: hue angle of 356.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D10B15 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 21 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.18 |
| HSL | 356.97º | 0.9% | 0.43% | - |
| HSV(B) | 356.97º | 0.95% | 0.82% | - |
| XYZ | 26.55 | 13.85 | 1.98 | - |
| YUV | 71.34 | 99.6 | 226.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 21 | 0 | 0.95 | 0.90 | 0.18 | 356.97 | 0.9 | 0.43 |
| Hex | D1 | B | 15 | 0 | 5F | 5A | 12 | 165 | 5A | 2B |
| Octal | 321 | 13 | 25 | 0 | 137 | 132 | 22 | 545 | 132 | 53 |
| Binary | 11010001 | 1011 | 10101 | 0 | 1011111 | 1011010 | 10010 | 101100101 | 1011010 | 101011 |
Color Harmonies of #D10B15
Complementary color
Monochromatic Colors of #D10B15
Black with #D10B15
Text Example
Text Example
White with #D10B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B15; }
p { color: rgb(209,11,21); }
H1.HeaderClassName
{
color: #D10B15;
}
.AnyTagClassName
{
color: #D10B15;
}
</style>
background-color css
<style>
a { background-color: #D10B15; }
a { background-color: rgb(209,11,21); }
div.DivClassName
{
background-color: #D10B15;
}
.BgClassName
{
background-color: #D10B15;
}
</style>
border-color css
<style>
span { border-color: #D10B15; }
span { border-color: rgb(209,11,21); }
td.TdClassName
{
border-color: #D10B15;
}
.TagClassName
{
border-color: #D10B15;
}
</style>