Shades of Venetian Red #D10223
Tints of Venetian Red #D10223
RGB
CMYK
RGB Variations
Color information
#D10223 (or 0xD10223) is known color: Venetian Red. HEX triplet: D1, 02 and 23. RGB value is (209,2,35). Sum of RGB (Red+Green+Blue) = 209+2+35=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D10223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10223 is #2EFDDC. Grayscale: #434343. Windows color (decimal): -3079645 or 2294481. OLE color: 2294481.
HSL color Cylindrical-coordinate representation of color #D10223: hue angle of 350.43º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10223 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.18 |
| HSL | 350.43º | 0.98% | 0.41% | - |
| HSV(B) | 350.43º | 0.99% | 0.82% | - |
| XYZ | 26.62 | 13.72 | 2.84 | - |
| YUV | 67.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 35 | 0 | 0.99 | 0.83 | 0.18 | 350.43 | 0.98 | 0.41 |
| Hex | D1 | 2 | 23 | 0 | 63 | 53 | 12 | 15E | 62 | 29 |
| Octal | 321 | 2 | 43 | 0 | 143 | 123 | 22 | 536 | 142 | 51 |
| Binary | 11010001 | 10 | 100011 | 0 | 1100011 | 1010011 | 10010 | 101011110 | 1100010 | 101001 |
Color Harmonies of #D10223
Complementary color
Monochromatic Colors of #D10223
Black with #D10223
Text Example
Text Example
White with #D10223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10223; }
p { color: rgb(209,2,35); }
H1.HeaderClassName
{
color: #D10223;
}
.AnyTagClassName
{
color: #D10223;
}
</style>
background-color css
<style>
a { background-color: #D10223; }
a { background-color: rgb(209,2,35); }
div.DivClassName
{
background-color: #D10223;
}
.BgClassName
{
background-color: #D10223;
}
</style>
border-color css
<style>
span { border-color: #D10223; }
span { border-color: rgb(209,2,35); }
td.TdClassName
{
border-color: #D10223;
}
.TagClassName
{
border-color: #D10223;
}
</style>