Shades of Venetian Red #D10121
Tints of Venetian Red #D10121
RGB
CMYK
RGB Variations
Color information
#D10121 (or 0xD10121) is known color: Venetian Red. HEX triplet: D1, 01 and 21. RGB value is (209,1,33). Sum of RGB (Red+Green+Blue) = 209+1+33=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10121 is #2EFEDE. Grayscale: #424242. Windows color (decimal): -3079903 or 2163153. OLE color: 2163153.
HSL color Cylindrical-coordinate representation of color #D10121: hue angle of 350.77º 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 #D10121 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 33 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.18 |
| HSL | 350.77º | 0.99% | 0.41% | - |
| HSV(B) | 350.77º | 1% | 0.82% | - |
| XYZ | 26.58 | 13.69 | 2.68 | - |
| YUV | 66.84 | 108.91 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 33 | 0 | 1.00 | 0.84 | 0.18 | 350.77 | 0.99 | 0.41 |
| Hex | D1 | 1 | 21 | 0 | 64 | 54 | 12 | 15F | 63 | 29 |
| Octal | 321 | 1 | 41 | 0 | 144 | 124 | 22 | 537 | 143 | 51 |
| Binary | 11010001 | 1 | 100001 | 0 | 1100100 | 1010100 | 10010 | 101011111 | 1100011 | 101001 |
Color Harmonies of #D10121
Complementary color
Monochromatic Colors of #D10121
Black with #D10121
Text Example
Text Example
White with #D10121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10121; }
p { color: rgb(209,1,33); }
H1.HeaderClassName
{
color: #D10121;
}
.AnyTagClassName
{
color: #D10121;
}
</style>
background-color css
<style>
a { background-color: #D10121; }
a { background-color: rgb(209,1,33); }
div.DivClassName
{
background-color: #D10121;
}
.BgClassName
{
background-color: #D10121;
}
</style>
border-color css
<style>
span { border-color: #D10121; }
span { border-color: rgb(209,1,33); }
td.TdClassName
{
border-color: #D10121;
}
.TagClassName
{
border-color: #D10121;
}
</style>