Shades of Venetian Red #D8061E
Tints of Venetian Red #D8061E
RGB
CMYK
RGB Variations
Color information
#D8061E (or 0xD8061E) is known color: Venetian Red. HEX triplet: D8, 06 and 1E. RGB value is (216,6,30). Sum of RGB (Red+Green+Blue) = 216+6+30=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D8061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8061E is #27F9E1. Grayscale: #474747. Windows color (decimal): -2619874 or 1967832. OLE color: 1967832.
HSL color Cylindrical-coordinate representation of color #D8061E: hue angle of 353.14º 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 #D8061E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 30 | - |
| CMYK | 0 | 0.97 | 0.86 | 0.15 |
| HSL | 353.14º | 0.95% | 0.44% | - |
| HSV(B) | 353.14º | 0.97% | 0.85% | - |
| XYZ | 28.62 | 14.82 | 2.58 | - |
| YUV | 71.53 | 104.57 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 30 | 0 | 0.97 | 0.86 | 0.15 | 353.14 | 0.95 | 0.44 |
| Hex | D8 | 6 | 1E | 0 | 61 | 56 | F | 161 | 5F | 2C |
| Octal | 330 | 6 | 36 | 0 | 141 | 126 | 17 | 541 | 137 | 54 |
| Binary | 11011000 | 110 | 11110 | 0 | 1100001 | 1010110 | 1111 | 101100001 | 1011111 | 101100 |
Color Harmonies of #D8061E
Complementary color
Monochromatic Colors of #D8061E
Black with #D8061E
Text Example
Text Example
White with #D8061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8061E; }
p { color: rgb(216,6,30); }
H1.HeaderClassName
{
color: #D8061E;
}
.AnyTagClassName
{
color: #D8061E;
}
</style>
background-color css
<style>
a { background-color: #D8061E; }
a { background-color: rgb(216,6,30); }
div.DivClassName
{
background-color: #D8061E;
}
.BgClassName
{
background-color: #D8061E;
}
</style>
border-color css
<style>
span { border-color: #D8061E; }
span { border-color: rgb(216,6,30); }
td.TdClassName
{
border-color: #D8061E;
}
.TagClassName
{
border-color: #D8061E;
}
</style>