Shades of Venetian Red #D3061B
Tints of Venetian Red #D3061B
RGB
CMYK
RGB Variations
Color information
#D3061B (or 0xD3061B) is known color: Venetian Red. HEX triplet: D3, 06 and 1B. RGB value is (211,6,27). Sum of RGB (Red+Green+Blue) = 211+6+27=244 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.48% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 211 - color contains mainly: red. Hex color #D3061B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3061B is #2CF9E4. Grayscale: #454545. Windows color (decimal): -2947557 or 1771219. OLE color: 1771219.
HSL color Cylindrical-coordinate representation of color #D3061B: hue angle of 353.85º 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 #D3061B is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 27 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.17 |
| HSL | 353.85º | 0.94% | 0.43% | - |
| HSV(B) | 353.85º | 0.97% | 0.83% | - |
| XYZ | 27.13 | 14.06 | 2.32 | - |
| YUV | 69.69 | 103.92 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 27 | 0 | 0.97 | 0.87 | 0.17 | 353.85 | 0.94 | 0.43 |
| Hex | D3 | 6 | 1B | 0 | 61 | 57 | 11 | 162 | 5E | 2B |
| Octal | 323 | 6 | 33 | 0 | 141 | 127 | 21 | 542 | 136 | 53 |
| Binary | 11010011 | 110 | 11011 | 0 | 1100001 | 1010111 | 10001 | 101100010 | 1011110 | 101011 |
Color Harmonies of #D3061B
Complementary color
Monochromatic Colors of #D3061B
Black with #D3061B
Text Example
Text Example
White with #D3061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3061B; }
p { color: rgb(211,6,27); }
H1.HeaderClassName
{
color: #D3061B;
}
.AnyTagClassName
{
color: #D3061B;
}
</style>
background-color css
<style>
a { background-color: #D3061B; }
a { background-color: rgb(211,6,27); }
div.DivClassName
{
background-color: #D3061B;
}
.BgClassName
{
background-color: #D3061B;
}
</style>
border-color css
<style>
span { border-color: #D3061B; }
span { border-color: rgb(211,6,27); }
td.TdClassName
{
border-color: #D3061B;
}
.TagClassName
{
border-color: #D3061B;
}
</style>