Shades of Venetian Red #D80008
Tints of Venetian Red #D80008
RGB
CMYK
RGB Variations
Color information
#D80008 (or 0xD80008) is known color: Venetian Red. HEX triplet: D8, 00 and 08. RGB value is (216,0,8). Sum of RGB (Red+Green+Blue) = 216+0+8=224 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.43% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 216 - color contains mainly: red. Hex color #D80008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80008 is #27FFF7. Grayscale: #414141. Windows color (decimal): -2621432 or 524504. OLE color: 524504.
HSL color Cylindrical-coordinate representation of color #D80008: hue angle of 357.78º 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 #D80008 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.96 | 0.15 |
| HSL | 357.78º | 1% | 0.42% | - |
| HSV(B) | 357.78º | 1% | 0.85% | - |
| XYZ | 28.36 | 14.62 | 1.56 | - |
| YUV | 65.5 | 95.56 | 235.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 8 | 0 | 1 | 0.96 | 0.15 | 357.78 | 1 | 0.42 |
| Hex | D8 | 0 | 8 | 0 | 64 | 60 | F | 166 | 64 | 2A |
| Octal | 330 | 0 | 10 | 0 | 144 | 140 | 17 | 546 | 144 | 52 |
| Binary | 11011000 | 0 | 1000 | 0 | 1100100 | 1100000 | 1111 | 101100110 | 1100100 | 101010 |
Color Harmonies of #D80008
Complementary color
Monochromatic Colors of #D80008
Black with #D80008
Text Example
Text Example
White with #D80008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80008; }
p { color: rgb(216,0,8); }
H1.HeaderClassName
{
color: #D80008;
}
.AnyTagClassName
{
color: #D80008;
}
</style>
background-color css
<style>
a { background-color: #D80008; }
a { background-color: rgb(216,0,8); }
div.DivClassName
{
background-color: #D80008;
}
.BgClassName
{
background-color: #D80008;
}
</style>
border-color css
<style>
span { border-color: #D80008; }
span { border-color: rgb(216,0,8); }
td.TdClassName
{
border-color: #D80008;
}
.TagClassName
{
border-color: #D80008;
}
</style>