Shades of Venetian Red #D10127
Tints of Venetian Red #D10127
RGB
CMYK
RGB Variations
Color information
#D10127 (or 0xD10127) is known color: Venetian Red. HEX triplet: D1, 01 and 27. RGB value is (209,1,39). Sum of RGB (Red+Green+Blue) = 209+1+39=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D10127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10127 is #2EFED8. Grayscale: #434343. Windows color (decimal): -3079897 or 2556369. OLE color: 2556369.
HSL color Cylindrical-coordinate representation of color #D10127: hue angle of 349.04º 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 #D10127 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.18 |
| HSL | 349.04º | 0.99% | 0.41% | - |
| HSV(B) | 349.04º | 1% | 0.82% | - |
| XYZ | 26.67 | 13.72 | 3.16 | - |
| YUV | 67.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 39 | 0 | 1.00 | 0.81 | 0.18 | 349.04 | 0.99 | 0.41 |
| Hex | D1 | 1 | 27 | 0 | 64 | 51 | 12 | 15D | 63 | 29 |
| Octal | 321 | 1 | 47 | 0 | 144 | 121 | 22 | 535 | 143 | 51 |
| Binary | 11010001 | 1 | 100111 | 0 | 1100100 | 1010001 | 10010 | 101011101 | 1100011 | 101001 |
Color Harmonies of #D10127
Complementary color
Monochromatic Colors of #D10127
Black with #D10127
Text Example
Text Example
White with #D10127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10127; }
p { color: rgb(209,1,39); }
H1.HeaderClassName
{
color: #D10127;
}
.AnyTagClassName
{
color: #D10127;
}
</style>
background-color css
<style>
a { background-color: #D10127; }
a { background-color: rgb(209,1,39); }
div.DivClassName
{
background-color: #D10127;
}
.BgClassName
{
background-color: #D10127;
}
</style>
border-color css
<style>
span { border-color: #D10127; }
span { border-color: rgb(209,1,39); }
td.TdClassName
{
border-color: #D10127;
}
.TagClassName
{
border-color: #D10127;
}
</style>