Shades of Venetian Red #D1060A
Tints of Venetian Red #D1060A
RGB
CMYK
RGB Variations
Color information
#D1060A (or 0xD1060A) is known color: Venetian Red. HEX triplet: D1, 06 and 0A. RGB value is (209,6,10). Sum of RGB (Red+Green+Blue) = 209+6+10=225 (29% of max value = 765). Red value is 209 (82.03% from 255 or 92.89% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 209 - color contains mainly: red. Hex color #D1060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1060A is #2EF9F5. Grayscale: #434343. Windows color (decimal): -3078646 or 657105. OLE color: 657105.
HSL color Cylindrical-coordinate representation of color #D1060A: hue angle of 358.82º 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 #D1060A is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 10 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.18 |
| HSL | 358.82º | 0.94% | 0.42% | - |
| HSV(B) | 358.82º | 0.97% | 0.82% | - |
| XYZ | 26.41 | 13.71 | 1.54 | - |
| YUV | 67.15 | 95.75 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 10 | 0 | 0.97 | 0.95 | 0.18 | 358.82 | 0.94 | 0.42 |
| Hex | D1 | 6 | A | 0 | 61 | 5F | 12 | 167 | 5E | 2A |
| Octal | 321 | 6 | 12 | 0 | 141 | 137 | 22 | 547 | 136 | 52 |
| Binary | 11010001 | 110 | 1010 | 0 | 1100001 | 1011111 | 10010 | 101100111 | 1011110 | 101010 |
Color Harmonies of #D1060A
Complementary color
Monochromatic Colors of #D1060A
Black with #D1060A
Text Example
Text Example
White with #D1060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1060A; }
p { color: rgb(209,6,10); }
H1.HeaderClassName
{
color: #D1060A;
}
.AnyTagClassName
{
color: #D1060A;
}
</style>
background-color css
<style>
a { background-color: #D1060A; }
a { background-color: rgb(209,6,10); }
div.DivClassName
{
background-color: #D1060A;
}
.BgClassName
{
background-color: #D1060A;
}
</style>
border-color css
<style>
span { border-color: #D1060A; }
span { border-color: rgb(209,6,10); }
td.TdClassName
{
border-color: #D1060A;
}
.TagClassName
{
border-color: #D1060A;
}
</style>