Shades of Venetian Red #D10022
Tints of Venetian Red #D10022
RGB
CMYK
RGB Variations
Color information
#D10022 (or 0xD10022) is known color: Venetian Red. HEX triplet: D1, 00 and 22. RGB value is (209,0,34). Sum of RGB (Red+Green+Blue) = 209+0+34=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10022 is #2EFFDD. Grayscale: #424242. Windows color (decimal): -3080158 or 2228433. OLE color: 2228433.
HSL color Cylindrical-coordinate representation of color #D10022: hue angle of 350.24º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10022 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.84 | 0.18 |
| HSL | 350.24º | 1% | 0.41% | - |
| HSV(B) | 350.24º | 1% | 0.82% | - |
| XYZ | 26.58 | 13.67 | 2.75 | - |
| YUV | 66.37 | 109.74 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 34 | 0 | 1 | 0.84 | 0.18 | 350.24 | 1 | 0.41 |
| Hex | D1 | 0 | 22 | 0 | 64 | 54 | 12 | 15E | 64 | 29 |
| Octal | 321 | 0 | 42 | 0 | 144 | 124 | 22 | 536 | 144 | 51 |
| Binary | 11010001 | 0 | 100010 | 0 | 1100100 | 1010100 | 10010 | 101011110 | 1100100 | 101001 |
Color Harmonies of #D10022
Complementary color
Monochromatic Colors of #D10022
Black with #D10022
Text Example
Text Example
White with #D10022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10022; }
p { color: rgb(209,0,34); }
H1.HeaderClassName
{
color: #D10022;
}
.AnyTagClassName
{
color: #D10022;
}
</style>
background-color css
<style>
a { background-color: #D10022; }
a { background-color: rgb(209,0,34); }
div.DivClassName
{
background-color: #D10022;
}
.BgClassName
{
background-color: #D10022;
}
</style>
border-color css
<style>
span { border-color: #D10022; }
span { border-color: rgb(209,0,34); }
td.TdClassName
{
border-color: #D10022;
}
.TagClassName
{
border-color: #D10022;
}
</style>