Shades of Venetian Red #D8001F
Tints of Venetian Red #D8001F
RGB
CMYK
RGB Variations
Color information
#D8001F (or 0xD8001F) is known color: Venetian Red. HEX triplet: D8, 00 and 1F. RGB value is (216,0,31). Sum of RGB (Red+Green+Blue) = 216+0+31=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001F is #27FFE0. Grayscale: #444444. Windows color (decimal): -2621409 or 2031832. OLE color: 2031832.
HSL color Cylindrical-coordinate representation of color #D8001F: hue angle of 351.39º 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 #D8001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.15 |
| HSL | 351.39º | 1% | 0.42% | - |
| HSV(B) | 351.39º | 1% | 0.85% | - |
| XYZ | 28.57 | 14.7 | 2.63 | - |
| YUV | 68.12 | 107.06 | 233.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 31 | 0 | 1 | 0.86 | 0.15 | 351.39 | 1 | 0.42 |
| Hex | D8 | 0 | 1F | 0 | 64 | 56 | F | 15F | 64 | 2A |
| Octal | 330 | 0 | 37 | 0 | 144 | 126 | 17 | 537 | 144 | 52 |
| Binary | 11011000 | 0 | 11111 | 0 | 1100100 | 1010110 | 1111 | 101011111 | 1100100 | 101010 |
Color Harmonies of #D8001F
Complementary color
Monochromatic Colors of #D8001F
Black with #D8001F
Text Example
Text Example
White with #D8001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8001F; }
p { color: rgb(216,0,31); }
H1.HeaderClassName
{
color: #D8001F;
}
.AnyTagClassName
{
color: #D8001F;
}
</style>
background-color css
<style>
a { background-color: #D8001F; }
a { background-color: rgb(216,0,31); }
div.DivClassName
{
background-color: #D8001F;
}
.BgClassName
{
background-color: #D8001F;
}
</style>
border-color css
<style>
span { border-color: #D8001F; }
span { border-color: rgb(216,0,31); }
td.TdClassName
{
border-color: #D8001F;
}
.TagClassName
{
border-color: #D8001F;
}
</style>