Shades of Venetian Red #D2061A
Tints of Venetian Red #D2061A
RGB
CMYK
RGB Variations
Color information
#D2061A (or 0xD2061A) is known color: Venetian Red. HEX triplet: D2, 06 and 1A. RGB value is (210,6,26). Sum of RGB (Red+Green+Blue) = 210+6+26=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D2061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2061A is #2DF9E5. Grayscale: #454545. Windows color (decimal): -3013094 or 1705682. OLE color: 1705682.
HSL color Cylindrical-coordinate representation of color #D2061A: hue angle of 354.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 26 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.18 |
| HSL | 354.12º | 0.94% | 0.42% | - |
| HSV(B) | 354.12º | 0.97% | 0.82% | - |
| XYZ | 26.83 | 13.91 | 2.25 | - |
| YUV | 69.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 26 | 0 | 0.97 | 0.88 | 0.18 | 354.12 | 0.94 | 0.42 |
| Hex | D2 | 6 | 1A | 0 | 61 | 58 | 12 | 162 | 5E | 2A |
| Octal | 322 | 6 | 32 | 0 | 141 | 130 | 22 | 542 | 136 | 52 |
| Binary | 11010010 | 110 | 11010 | 0 | 1100001 | 1011000 | 10010 | 101100010 | 1011110 | 101010 |
Color Harmonies of #D2061A
Complementary color
Monochromatic Colors of #D2061A
Black with #D2061A
Text Example
Text Example
White with #D2061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2061A; }
p { color: rgb(210,6,26); }
H1.HeaderClassName
{
color: #D2061A;
}
.AnyTagClassName
{
color: #D2061A;
}
</style>
background-color css
<style>
a { background-color: #D2061A; }
a { background-color: rgb(210,6,26); }
div.DivClassName
{
background-color: #D2061A;
}
.BgClassName
{
background-color: #D2061A;
}
</style>
border-color css
<style>
span { border-color: #D2061A; }
span { border-color: rgb(210,6,26); }
td.TdClassName
{
border-color: #D2061A;
}
.TagClassName
{
border-color: #D2061A;
}
</style>