Shades of Venetian Red #D8071C
Tints of Venetian Red #D8071C
RGB
CMYK
RGB Variations
Color information
#D8071C (or 0xD8071C) is known color: Venetian Red. HEX triplet: D8, 07 and 1C. RGB value is (216,7,28). Sum of RGB (Red+Green+Blue) = 216+7+28=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8071C is #27F8E3. Grayscale: #484848. Windows color (decimal): -2619620 or 1837016. OLE color: 1837016.
HSL color Cylindrical-coordinate representation of color #D8071C: hue angle of 353.97º degrees, saturation: 0.94, 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 #D8071C is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 28 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.15 |
| HSL | 353.97º | 0.94% | 0.44% | - |
| HSV(B) | 353.97º | 0.97% | 0.85% | - |
| XYZ | 28.6 | 14.83 | 2.45 | - |
| YUV | 71.89 | 103.24 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 28 | 0 | 0.97 | 0.87 | 0.15 | 353.97 | 0.94 | 0.44 |
| Hex | D8 | 7 | 1C | 0 | 61 | 57 | F | 162 | 5E | 2C |
| Octal | 330 | 7 | 34 | 0 | 141 | 127 | 17 | 542 | 136 | 54 |
| Binary | 11011000 | 111 | 11100 | 0 | 1100001 | 1010111 | 1111 | 101100010 | 1011110 | 101100 |
Color Harmonies of #D8071C
Complementary color
Monochromatic Colors of #D8071C
Black with #D8071C
Text Example
Text Example
White with #D8071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8071C; }
p { color: rgb(216,7,28); }
H1.HeaderClassName
{
color: #D8071C;
}
.AnyTagClassName
{
color: #D8071C;
}
</style>
background-color css
<style>
a { background-color: #D8071C; }
a { background-color: rgb(216,7,28); }
div.DivClassName
{
background-color: #D8071C;
}
.BgClassName
{
background-color: #D8071C;
}
</style>
border-color css
<style>
span { border-color: #D8071C; }
span { border-color: rgb(216,7,28); }
td.TdClassName
{
border-color: #D8071C;
}
.TagClassName
{
border-color: #D8071C;
}
</style>