Shades of Venetian Red #D8001E
Tints of Venetian Red #D8001E
RGB
CMYK
RGB Variations
Color information
#D8001E (or 0xD8001E) is known color: Venetian Red. HEX triplet: D8, 00 and 1E. RGB value is (216,0,30). Sum of RGB (Red+Green+Blue) = 216+0+30=246 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.80% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001E is #27FFE1. Grayscale: #444444. Windows color (decimal): -2621410 or 1966296. OLE color: 1966296.
HSL color Cylindrical-coordinate representation of color #D8001E: hue angle of 351.67º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8001E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.86 | 0.15 |
| HSL | 351.67º | 1% | 0.42% | - |
| HSV(B) | 351.67º | 1% | 0.85% | - |
| XYZ | 28.55 | 14.69 | 2.56 | - |
| YUV | 68 | 106.56 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 30 | 0 | 1 | 0.86 | 0.15 | 351.67 | 1 | 0.42 |
| Hex | D8 | 0 | 1E | 0 | 64 | 56 | F | 160 | 64 | 2A |
| Octal | 330 | 0 | 36 | 0 | 144 | 126 | 17 | 540 | 144 | 52 |
| Binary | 11011000 | 0 | 11110 | 0 | 1100100 | 1010110 | 1111 | 101100000 | 1100100 | 101010 |
Color Harmonies of #D8001E
Complementary color
Monochromatic Colors of #D8001E
Black with #D8001E
Text Example
Text Example
White with #D8001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8001E; }
p { color: rgb(216,0,30); }
H1.HeaderClassName
{
color: #D8001E;
}
.AnyTagClassName
{
color: #D8001E;
}
</style>
background-color css
<style>
a { background-color: #D8001E; }
a { background-color: rgb(216,0,30); }
div.DivClassName
{
background-color: #D8001E;
}
.BgClassName
{
background-color: #D8001E;
}
</style>
border-color css
<style>
span { border-color: #D8001E; }
span { border-color: rgb(216,0,30); }
td.TdClassName
{
border-color: #D8001E;
}
.TagClassName
{
border-color: #D8001E;
}
</style>