Shades of Venetian Red #D10B0E
Tints of Venetian Red #D10B0E
RGB
CMYK
RGB Variations
Color information
#D10B0E (or 0xD10B0E) is known color: Venetian Red. HEX triplet: D1, 0B and 0E. RGB value is (209,11,14). Sum of RGB (Red+Green+Blue) = 209+11+14=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10B0E is #2EF4F1. Grayscale: #464646. Windows color (decimal): -3077362 or 920529. OLE color: 920529.
HSL color Cylindrical-coordinate representation of color #D10B0E: hue angle of 359.09º 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 #D10B0E is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 11 | 14 | - |
| CMYK | 0 | 0.95 | 0.93 | 0.18 |
| HSL | 359.09º | 0.9% | 0.43% | - |
| HSV(B) | 359.09º | 0.95% | 0.82% | - |
| XYZ | 26.49 | 13.83 | 1.69 | - |
| YUV | 70.54 | 96.1 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 11 | 14 | 0 | 0.95 | 0.93 | 0.18 | 359.09 | 0.9 | 0.43 |
| Hex | D1 | B | E | 0 | 5F | 5D | 12 | 167 | 5A | 2B |
| Octal | 321 | 13 | 16 | 0 | 137 | 135 | 22 | 547 | 132 | 53 |
| Binary | 11010001 | 1011 | 1110 | 0 | 1011111 | 1011101 | 10010 | 101100111 | 1011010 | 101011 |
Color Harmonies of #D10B0E
Complementary color
Monochromatic Colors of #D10B0E
Black with #D10B0E
Text Example
Text Example
White with #D10B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10B0E; }
p { color: rgb(209,11,14); }
H1.HeaderClassName
{
color: #D10B0E;
}
.AnyTagClassName
{
color: #D10B0E;
}
</style>
background-color css
<style>
a { background-color: #D10B0E; }
a { background-color: rgb(209,11,14); }
div.DivClassName
{
background-color: #D10B0E;
}
.BgClassName
{
background-color: #D10B0E;
}
</style>
border-color css
<style>
span { border-color: #D10B0E; }
span { border-color: rgb(209,11,14); }
td.TdClassName
{
border-color: #D10B0E;
}
.TagClassName
{
border-color: #D10B0E;
}
</style>