Shades of Venetian Red #D10A1D
Tints of Venetian Red #D10A1D
RGB
CMYK
RGB Variations
Color information
#D10A1D (or 0xD10A1D) is known color: Venetian Red. HEX triplet: D1, 0A and 1D. RGB value is (209,10,29). Sum of RGB (Red+Green+Blue) = 209+10+29=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D10A1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10A1D is #2EF5E2. Grayscale: #474747. Windows color (decimal): -3077603 or 1903313. OLE color: 1903313.
HSL color Cylindrical-coordinate representation of color #D10A1D: hue angle of 354.27º degrees, saturation: 0.91, 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 #D10A1D is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 10 | 29 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.18 |
| HSL | 354.27º | 0.91% | 0.43% | - |
| HSV(B) | 354.27º | 0.95% | 0.82% | - |
| XYZ | 26.62 | 13.86 | 2.43 | - |
| YUV | 71.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 10 | 29 | 0 | 0.95 | 0.86 | 0.18 | 354.27 | 0.91 | 0.43 |
| Hex | D1 | A | 1D | 0 | 5F | 56 | 12 | 162 | 5B | 2B |
| Octal | 321 | 12 | 35 | 0 | 137 | 126 | 22 | 542 | 133 | 53 |
| Binary | 11010001 | 1010 | 11101 | 0 | 1011111 | 1010110 | 10010 | 101100010 | 1011011 | 101011 |
Color Harmonies of #D10A1D
Complementary color
Monochromatic Colors of #D10A1D
Black with #D10A1D
Text Example
Text Example
White with #D10A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10A1D; }
p { color: rgb(209,10,29); }
H1.HeaderClassName
{
color: #D10A1D;
}
.AnyTagClassName
{
color: #D10A1D;
}
</style>
background-color css
<style>
a { background-color: #D10A1D; }
a { background-color: rgb(209,10,29); }
div.DivClassName
{
background-color: #D10A1D;
}
.BgClassName
{
background-color: #D10A1D;
}
</style>
border-color css
<style>
span { border-color: #D10A1D; }
span { border-color: rgb(209,10,29); }
td.TdClassName
{
border-color: #D10A1D;
}
.TagClassName
{
border-color: #D10A1D;
}
</style>