Shades of Venetian Red #D10126
Tints of Venetian Red #D10126
RGB
CMYK
RGB Variations
Color information
#D10126 (or 0xD10126) is known color: Venetian Red. HEX triplet: D1, 01 and 26. RGB value is (209,1,38). Sum of RGB (Red+Green+Blue) = 209+1+38=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D10126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10126 is #2EFED9. Grayscale: #434343. Windows color (decimal): -3079898 or 2490833. OLE color: 2490833.
HSL color Cylindrical-coordinate representation of color #D10126: hue angle of 349.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10126 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 38 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.18 |
| HSL | 349.33º | 0.99% | 0.41% | - |
| HSV(B) | 349.33º | 1% | 0.82% | - |
| XYZ | 26.66 | 13.72 | 3.08 | - |
| YUV | 67.41 | 111.41 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 38 | 0 | 1.00 | 0.82 | 0.18 | 349.33 | 0.99 | 0.41 |
| Hex | D1 | 1 | 26 | 0 | 64 | 52 | 12 | 15D | 63 | 29 |
| Octal | 321 | 1 | 46 | 0 | 144 | 122 | 22 | 535 | 143 | 51 |
| Binary | 11010001 | 1 | 100110 | 0 | 1100100 | 1010010 | 10010 | 101011101 | 1100011 | 101001 |
Color Harmonies of #D10126
Complementary color
Monochromatic Colors of #D10126
Black with #D10126
Text Example
Text Example
White with #D10126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10126; }
p { color: rgb(209,1,38); }
H1.HeaderClassName
{
color: #D10126;
}
.AnyTagClassName
{
color: #D10126;
}
</style>
background-color css
<style>
a { background-color: #D10126; }
a { background-color: rgb(209,1,38); }
div.DivClassName
{
background-color: #D10126;
}
.BgClassName
{
background-color: #D10126;
}
</style>
border-color css
<style>
span { border-color: #D10126; }
span { border-color: rgb(209,1,38); }
td.TdClassName
{
border-color: #D10126;
}
.TagClassName
{
border-color: #D10126;
}
</style>