Shades of Venetian Red #D0060E
Tints of Venetian Red #D0060E
RGB
CMYK
RGB Variations
Color information
#D0060E (or 0xD0060E) is known color: Venetian Red. HEX triplet: D0, 06 and 0E. RGB value is (208,6,14). Sum of RGB (Red+Green+Blue) = 208+6+14=228 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.23% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 208 - color contains mainly: red. Hex color #D0060E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0060E is #2FF9F1. Grayscale: #434343. Windows color (decimal): -3144178 or 919248. OLE color: 919248.
HSL color Cylindrical-coordinate representation of color #D0060E: hue angle of 357.62º 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 #D0060E is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 14 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.18 |
| HSL | 357.62º | 0.94% | 0.42% | - |
| HSV(B) | 357.62º | 0.97% | 0.82% | - |
| XYZ | 26.16 | 13.57 | 1.66 | - |
| YUV | 67.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 14 | 0 | 0.97 | 0.93 | 0.18 | 357.62 | 0.94 | 0.42 |
| Hex | D0 | 6 | E | 0 | 61 | 5D | 12 | 166 | 5E | 2A |
| Octal | 320 | 6 | 16 | 0 | 141 | 135 | 22 | 546 | 136 | 52 |
| Binary | 11010000 | 110 | 1110 | 0 | 1100001 | 1011101 | 10010 | 101100110 | 1011110 | 101010 |
Color Harmonies of #D0060E
Complementary color
Monochromatic Colors of #D0060E
Black with #D0060E
Text Example
Text Example
White with #D0060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0060E; }
p { color: rgb(208,6,14); }
H1.HeaderClassName
{
color: #D0060E;
}
.AnyTagClassName
{
color: #D0060E;
}
</style>
background-color css
<style>
a { background-color: #D0060E; }
a { background-color: rgb(208,6,14); }
div.DivClassName
{
background-color: #D0060E;
}
.BgClassName
{
background-color: #D0060E;
}
</style>
border-color css
<style>
span { border-color: #D0060E; }
span { border-color: rgb(208,6,14); }
td.TdClassName
{
border-color: #D0060E;
}
.TagClassName
{
border-color: #D0060E;
}
</style>