Shades of Venetian Red #D10003
Tints of Venetian Red #D10003
RGB
CMYK
RGB Variations
Color information
#D10003 (or 0xD10003) is known color: Venetian Red. HEX triplet: D1, 00 and 03. RGB value is (209,0,3). Sum of RGB (Red+Green+Blue) = 209+0+3=212 (28% of max value = 765). Red value is 209 (82.03% from 255 or 98.58% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 209 - color contains mainly: red. Hex color #D10003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10003 is #2EFFFC. Grayscale: #3F3F3F. Windows color (decimal): -3080189 or 196817. OLE color: 196817.
HSL color Cylindrical-coordinate representation of color #D10003: hue angle of 359.14º 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 #D10003 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.99 | 0.18 |
| HSL | 359.14º | 1% | 0.41% | - |
| HSV(B) | 359.14º | 1% | 0.82% | - |
| XYZ | 26.31 | 13.56 | 1.32 | - |
| YUV | 62.83 | 94.24 | 232.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 0 | 3 | 0 | 1 | 0.99 | 0.18 | 359.14 | 1 | 0.41 |
| Hex | D1 | 0 | 3 | 0 | 64 | 63 | 12 | 167 | 64 | 29 |
| Octal | 321 | 0 | 3 | 0 | 144 | 143 | 22 | 547 | 144 | 51 |
| Binary | 11010001 | 0 | 11 | 0 | 1100100 | 1100011 | 10010 | 101100111 | 1100100 | 101001 |
Color Harmonies of #D10003
Complementary color
Monochromatic Colors of #D10003
Black with #D10003
Text Example
Text Example
White with #D10003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10003; }
p { color: rgb(209,0,3); }
H1.HeaderClassName
{
color: #D10003;
}
.AnyTagClassName
{
color: #D10003;
}
</style>
background-color css
<style>
a { background-color: #D10003; }
a { background-color: rgb(209,0,3); }
div.DivClassName
{
background-color: #D10003;
}
.BgClassName
{
background-color: #D10003;
}
</style>
border-color css
<style>
span { border-color: #D10003; }
span { border-color: rgb(209,0,3); }
td.TdClassName
{
border-color: #D10003;
}
.TagClassName
{
border-color: #D10003;
}
</style>