Shades of Venetian Red #D7060C
Tints of Venetian Red #D7060C
RGB
CMYK
RGB Variations
Color information
#D7060C (or 0xD7060C) is known color: Venetian Red. HEX triplet: D7, 06 and 0C. RGB value is (215,6,12). Sum of RGB (Red+Green+Blue) = 215+6+12=233 (30% of max value = 765). Red value is 215 (84.38% from 255 or 92.27% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 215 - color contains mainly: red. Hex color #D7060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7060C is #28F9F3. Grayscale: #454545. Windows color (decimal): -2685428 or 788183. OLE color: 788183.
HSL color Cylindrical-coordinate representation of color #D7060C: hue angle of 358.28º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 12 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.16 |
| HSL | 358.28º | 0.95% | 0.43% | - |
| HSV(B) | 358.28º | 0.97% | 0.84% | - |
| XYZ | 28.16 | 14.6 | 1.68 | - |
| YUV | 69.18 | 95.74 | 232.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 12 | 0 | 0.97 | 0.94 | 0.16 | 358.28 | 0.95 | 0.43 |
| Hex | D7 | 6 | C | 0 | 61 | 5E | 10 | 166 | 5F | 2B |
| Octal | 327 | 6 | 14 | 0 | 141 | 136 | 20 | 546 | 137 | 53 |
| Binary | 11010111 | 110 | 1100 | 0 | 1100001 | 1011110 | 10000 | 101100110 | 1011111 | 101011 |
Color Harmonies of #D7060C
Complementary color
Monochromatic Colors of #D7060C
Black with #D7060C
Text Example
Text Example
White with #D7060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7060C; }
p { color: rgb(215,6,12); }
H1.HeaderClassName
{
color: #D7060C;
}
.AnyTagClassName
{
color: #D7060C;
}
</style>
background-color css
<style>
a { background-color: #D7060C; }
a { background-color: rgb(215,6,12); }
div.DivClassName
{
background-color: #D7060C;
}
.BgClassName
{
background-color: #D7060C;
}
</style>
border-color css
<style>
span { border-color: #D7060C; }
span { border-color: rgb(215,6,12); }
td.TdClassName
{
border-color: #D7060C;
}
.TagClassName
{
border-color: #D7060C;
}
</style>