Shades of Venetian Red #D1031D
Tints of Venetian Red #D1031D
RGB
CMYK
RGB Variations
Color information
#D1031D (or 0xD1031D) is known color: Venetian Red. HEX triplet: D1, 03 and 1D. RGB value is (209,3,29). Sum of RGB (Red+Green+Blue) = 209+3+29=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1031D is #2EFCE2. Grayscale: #434343. Windows color (decimal): -3079395 or 1901521. OLE color: 1901521.
HSL color Cylindrical-coordinate representation of color #D1031D: hue angle of 352.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1031D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.18 |
| HSL | 352.43º | 0.97% | 0.42% | - |
| HSV(B) | 352.43º | 0.99% | 0.82% | - |
| XYZ | 26.55 | 13.71 | 2.41 | - |
| YUV | 67.56 | 106.25 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 29 | 0 | 0.99 | 0.86 | 0.18 | 352.43 | 0.97 | 0.42 |
| Hex | D1 | 3 | 1D | 0 | 63 | 56 | 12 | 160 | 61 | 2A |
| Octal | 321 | 3 | 35 | 0 | 143 | 126 | 22 | 540 | 141 | 52 |
| Binary | 11010001 | 11 | 11101 | 0 | 1100011 | 1010110 | 10010 | 101100000 | 1100001 | 101010 |
Color Harmonies of #D1031D
Complementary color
Monochromatic Colors of #D1031D
Black with #D1031D
Text Example
Text Example
White with #D1031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1031D; }
p { color: rgb(209,3,29); }
H1.HeaderClassName
{
color: #D1031D;
}
.AnyTagClassName
{
color: #D1031D;
}
</style>
background-color css
<style>
a { background-color: #D1031D; }
a { background-color: rgb(209,3,29); }
div.DivClassName
{
background-color: #D1031D;
}
.BgClassName
{
background-color: #D1031D;
}
</style>
border-color css
<style>
span { border-color: #D1031D; }
span { border-color: rgb(209,3,29); }
td.TdClassName
{
border-color: #D1031D;
}
.TagClassName
{
border-color: #D1031D;
}
</style>