Shades of Venetian Red #D8061D
Tints of Venetian Red #D8061D
RGB
CMYK
RGB Variations
Color information
#D8061D (or 0xD8061D) is known color: Venetian Red. HEX triplet: D8, 06 and 1D. RGB value is (216,6,29). Sum of RGB (Red+Green+Blue) = 216+6+29=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8061D is #27F9E2. Grayscale: #474747. Windows color (decimal): -2619875 or 1902296. OLE color: 1902296.
HSL color Cylindrical-coordinate representation of color #D8061D: hue angle of 353.43º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D8061D is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 29 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.15 |
| HSL | 353.43º | 0.95% | 0.44% | - |
| HSV(B) | 353.43º | 0.97% | 0.85% | - |
| XYZ | 28.61 | 14.82 | 2.51 | - |
| YUV | 71.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 29 | 0 | 0.97 | 0.87 | 0.15 | 353.43 | 0.95 | 0.44 |
| Hex | D8 | 6 | 1D | 0 | 61 | 57 | F | 161 | 5F | 2C |
| Octal | 330 | 6 | 35 | 0 | 141 | 127 | 17 | 541 | 137 | 54 |
| Binary | 11011000 | 110 | 11101 | 0 | 1100001 | 1010111 | 1111 | 101100001 | 1011111 | 101100 |
Color Harmonies of #D8061D
Complementary color
Monochromatic Colors of #D8061D
Black with #D8061D
Text Example
Text Example
White with #D8061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8061D; }
p { color: rgb(216,6,29); }
H1.HeaderClassName
{
color: #D8061D;
}
.AnyTagClassName
{
color: #D8061D;
}
</style>
background-color css
<style>
a { background-color: #D8061D; }
a { background-color: rgb(216,6,29); }
div.DivClassName
{
background-color: #D8061D;
}
.BgClassName
{
background-color: #D8061D;
}
</style>
border-color css
<style>
span { border-color: #D8061D; }
span { border-color: rgb(216,6,29); }
td.TdClassName
{
border-color: #D8061D;
}
.TagClassName
{
border-color: #D8061D;
}
</style>