Shades of Venetian Red #D3071D
Tints of Venetian Red #D3071D
RGB
CMYK
RGB Variations
Color information
#D3071D (or 0xD3071D) is known color: Venetian Red. HEX triplet: D3, 07 and 1D. RGB value is (211,7,29). Sum of RGB (Red+Green+Blue) = 211+7+29=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D3071D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3071D is #2CF8E2. Grayscale: #464646. Windows color (decimal): -2947299 or 1902547. OLE color: 1902547.
HSL color Cylindrical-coordinate representation of color #D3071D: hue angle of 353.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3071D is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 7 | 29 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.17 |
| HSL | 353.53º | 0.94% | 0.43% | - |
| HSV(B) | 353.53º | 0.97% | 0.83% | - |
| XYZ | 27.16 | 14.09 | 2.45 | - |
| YUV | 70.5 | 104.59 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 7 | 29 | 0 | 0.97 | 0.86 | 0.17 | 353.53 | 0.94 | 0.43 |
| Hex | D3 | 7 | 1D | 0 | 61 | 56 | 11 | 162 | 5E | 2B |
| Octal | 323 | 7 | 35 | 0 | 141 | 126 | 21 | 542 | 136 | 53 |
| Binary | 11010011 | 111 | 11101 | 0 | 1100001 | 1010110 | 10001 | 101100010 | 1011110 | 101011 |
Color Harmonies of #D3071D
Complementary color
Monochromatic Colors of #D3071D
Black with #D3071D
Text Example
Text Example
White with #D3071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3071D; }
p { color: rgb(211,7,29); }
H1.HeaderClassName
{
color: #D3071D;
}
.AnyTagClassName
{
color: #D3071D;
}
</style>
background-color css
<style>
a { background-color: #D3071D; }
a { background-color: rgb(211,7,29); }
div.DivClassName
{
background-color: #D3071D;
}
.BgClassName
{
background-color: #D3071D;
}
</style>
border-color css
<style>
span { border-color: #D3071D; }
span { border-color: rgb(211,7,29); }
td.TdClassName
{
border-color: #D3071D;
}
.TagClassName
{
border-color: #D3071D;
}
</style>