Shades of Venetian Red #D10205
Tints of Venetian Red #D10205
RGB
CMYK
RGB Variations
Color information
#D10205 (or 0xD10205) is known color: Venetian Red. HEX triplet: D1, 02 and 05. RGB value is (209,2,5). Sum of RGB (Red+Green+Blue) = 209+2+5=216 (28% of max value = 765). Red value is 209 (82.03% from 255 or 96.76% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 209 - color contains mainly: red. Hex color #D10205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10205 is #2EFDFA. Grayscale: #404040. Windows color (decimal): -3079675 or 328401. OLE color: 328401.
HSL color Cylindrical-coordinate representation of color #D10205: hue angle of 359.13º 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 #D10205 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 2 | 5 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.18 |
| HSL | 359.13º | 0.98% | 0.41% | - |
| HSV(B) | 359.13º | 0.99% | 0.82% | - |
| XYZ | 26.34 | 13.61 | 1.38 | - |
| YUV | 64.24 | 94.58 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 2 | 5 | 0 | 0.99 | 0.98 | 0.18 | 359.13 | 0.98 | 0.41 |
| Hex | D1 | 2 | 5 | 0 | 63 | 62 | 12 | 167 | 62 | 29 |
| Octal | 321 | 2 | 5 | 0 | 143 | 142 | 22 | 547 | 142 | 51 |
| Binary | 11010001 | 10 | 101 | 0 | 1100011 | 1100010 | 10010 | 101100111 | 1100010 | 101001 |
Color Harmonies of #D10205
Complementary color
Monochromatic Colors of #D10205
Black with #D10205
Text Example
Text Example
White with #D10205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10205; }
p { color: rgb(209,2,5); }
H1.HeaderClassName
{
color: #D10205;
}
.AnyTagClassName
{
color: #D10205;
}
</style>
background-color css
<style>
a { background-color: #D10205; }
a { background-color: rgb(209,2,5); }
div.DivClassName
{
background-color: #D10205;
}
.BgClassName
{
background-color: #D10205;
}
</style>
border-color css
<style>
span { border-color: #D10205; }
span { border-color: rgb(209,2,5); }
td.TdClassName
{
border-color: #D10205;
}
.TagClassName
{
border-color: #D10205;
}
</style>