Shades of Venetian Red #D0060B
Tints of Venetian Red #D0060B
RGB
CMYK
RGB Variations
Color information
#D0060B (or 0xD0060B) is known color: Venetian Red. HEX triplet: D0, 06 and 0B. RGB value is (208,6,11). Sum of RGB (Red+Green+Blue) = 208+6+11=225 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 208 - color contains mainly: red. Hex color #D0060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0060B is #2FF9F4. Grayscale: #434343. Windows color (decimal): -3144181 or 722640. OLE color: 722640.
HSL color Cylindrical-coordinate representation of color #D0060B: hue angle of 358.51º 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 #D0060B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.18 |
| HSL | 358.51º | 0.94% | 0.42% | - |
| HSV(B) | 358.51º | 0.97% | 0.82% | - |
| XYZ | 26.14 | 13.56 | 1.56 | - |
| YUV | 66.97 | 96.42 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 11 | 0 | 0.97 | 0.95 | 0.18 | 358.51 | 0.94 | 0.42 |
| Hex | D0 | 6 | B | 0 | 61 | 5F | 12 | 167 | 5E | 2A |
| Octal | 320 | 6 | 13 | 0 | 141 | 137 | 22 | 547 | 136 | 52 |
| Binary | 11010000 | 110 | 1011 | 0 | 1100001 | 1011111 | 10010 | 101100111 | 1011110 | 101010 |
Color Harmonies of #D0060B
Complementary color
Monochromatic Colors of #D0060B
Black with #D0060B
Text Example
Text Example
White with #D0060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0060B; }
p { color: rgb(208,6,11); }
H1.HeaderClassName
{
color: #D0060B;
}
.AnyTagClassName
{
color: #D0060B;
}
</style>
background-color css
<style>
a { background-color: #D0060B; }
a { background-color: rgb(208,6,11); }
div.DivClassName
{
background-color: #D0060B;
}
.BgClassName
{
background-color: #D0060B;
}
</style>
border-color css
<style>
span { border-color: #D0060B; }
span { border-color: rgb(208,6,11); }
td.TdClassName
{
border-color: #D0060B;
}
.TagClassName
{
border-color: #D0060B;
}
</style>