Shades of Venetian Red #D1061A
Tints of Venetian Red #D1061A
RGB
CMYK
RGB Variations
Color information
#D1061A (or 0xD1061A) is known color: Venetian Red. HEX triplet: D1, 06 and 1A. RGB value is (209,6,26). Sum of RGB (Red+Green+Blue) = 209+6+26=241 (31% of max value = 765). Red value is 209 (82.03% from 255 or 86.72% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 209 - color contains mainly: red. Hex color #D1061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1061A is #2EF9E5. Grayscale: #454545. Windows color (decimal): -3078630 or 1705681. OLE color: 1705681.
HSL color Cylindrical-coordinate representation of color #D1061A: hue angle of 354.09º 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 #D1061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 26 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.18 |
| HSL | 354.09º | 0.94% | 0.42% | - |
| HSV(B) | 354.09º | 0.97% | 0.82% | - |
| XYZ | 26.55 | 13.76 | 2.23 | - |
| YUV | 68.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 26 | 0 | 0.97 | 0.88 | 0.18 | 354.09 | 0.94 | 0.42 |
| Hex | D1 | 6 | 1A | 0 | 61 | 58 | 12 | 162 | 5E | 2A |
| Octal | 321 | 6 | 32 | 0 | 141 | 130 | 22 | 542 | 136 | 52 |
| Binary | 11010001 | 110 | 11010 | 0 | 1100001 | 1011000 | 10010 | 101100010 | 1011110 | 101010 |
Color Harmonies of #D1061A
Complementary color
Monochromatic Colors of #D1061A
Black with #D1061A
Text Example
Text Example
White with #D1061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1061A; }
p { color: rgb(209,6,26); }
H1.HeaderClassName
{
color: #D1061A;
}
.AnyTagClassName
{
color: #D1061A;
}
</style>
background-color css
<style>
a { background-color: #D1061A; }
a { background-color: rgb(209,6,26); }
div.DivClassName
{
background-color: #D1061A;
}
.BgClassName
{
background-color: #D1061A;
}
</style>
border-color css
<style>
span { border-color: #D1061A; }
span { border-color: rgb(209,6,26); }
td.TdClassName
{
border-color: #D1061A;
}
.TagClassName
{
border-color: #D1061A;
}
</style>