Shades of Venetian Red #D10224
Tints of Venetian Red #D10224
RGB
CMYK
RGB Variations
Color information
#D10224 (or 0xD10224) is known color: Venetian Red. HEX triplet: D1, 02 and 24. RGB value is (209,2,36). Sum of RGB (Red+Green+Blue) = 209+2+36=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 36 (14.45% from 255 or 14.57% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10224 is #2EFDDB. Grayscale: #434343. Windows color (decimal): -3079644 or 2360017. OLE color: 2360017.
HSL color Cylindrical-coordinate representation of color #D10224: hue angle of 350.14º 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 #D10224 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 36 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.18 |
| HSL | 350.14º | 0.98% | 0.41% | - |
| HSV(B) | 350.14º | 0.99% | 0.82% | - |
| XYZ | 26.63 | 13.73 | 2.91 | - |
| YUV | 67.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 36 | 0 | 0.99 | 0.83 | 0.18 | 350.14 | 0.98 | 0.41 |
| Hex | D1 | 2 | 24 | 0 | 63 | 53 | 12 | 15E | 62 | 29 |
| Octal | 321 | 2 | 44 | 0 | 143 | 123 | 22 | 536 | 142 | 51 |
| Binary | 11010001 | 10 | 100100 | 0 | 1100011 | 1010011 | 10010 | 101011110 | 1100010 | 101001 |
Color Harmonies of #D10224
Complementary color
Monochromatic Colors of #D10224
Black with #D10224
Text Example
Text Example
White with #D10224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10224; }
p { color: rgb(209,2,36); }
H1.HeaderClassName
{
color: #D10224;
}
.AnyTagClassName
{
color: #D10224;
}
</style>
background-color css
<style>
a { background-color: #D10224; }
a { background-color: rgb(209,2,36); }
div.DivClassName
{
background-color: #D10224;
}
.BgClassName
{
background-color: #D10224;
}
</style>
border-color css
<style>
span { border-color: #D10224; }
span { border-color: rgb(209,2,36); }
td.TdClassName
{
border-color: #D10224;
}
.TagClassName
{
border-color: #D10224;
}
</style>