Shades of Venetian Red #D8081B
Tints of Venetian Red #D8081B
RGB
CMYK
RGB Variations
Color information
#D8081B (or 0xD8081B) is known color: Venetian Red. HEX triplet: D8, 08 and 1B. RGB value is (216,8,27). Sum of RGB (Red+Green+Blue) = 216+8+27=251 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.06% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 216 - color contains mainly: red. Hex color #D8081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8081B is #27F7E4. Grayscale: #484848. Windows color (decimal): -2619365 or 1771736. OLE color: 1771736.
HSL color Cylindrical-coordinate representation of color #D8081B: hue angle of 354.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8081B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.15 |
| HSL | 354.52º | 0.93% | 0.44% | - |
| HSV(B) | 354.52º | 0.96% | 0.85% | - |
| XYZ | 28.6 | 14.85 | 2.4 | - |
| YUV | 72.36 | 102.41 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 27 | 0 | 0.96 | 0.88 | 0.15 | 354.52 | 0.93 | 0.44 |
| Hex | D8 | 8 | 1B | 0 | 60 | 58 | F | 163 | 5D | 2C |
| Octal | 330 | 10 | 33 | 0 | 140 | 130 | 17 | 543 | 135 | 54 |
| Binary | 11011000 | 1000 | 11011 | 0 | 1100000 | 1011000 | 1111 | 101100011 | 1011101 | 101100 |
Color Harmonies of #D8081B
Complementary color
Monochromatic Colors of #D8081B
Black with #D8081B
Text Example
Text Example
White with #D8081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8081B; }
p { color: rgb(216,8,27); }
H1.HeaderClassName
{
color: #D8081B;
}
.AnyTagClassName
{
color: #D8081B;
}
</style>
background-color css
<style>
a { background-color: #D8081B; }
a { background-color: rgb(216,8,27); }
div.DivClassName
{
background-color: #D8081B;
}
.BgClassName
{
background-color: #D8081B;
}
</style>
border-color css
<style>
span { border-color: #D8081B; }
span { border-color: rgb(216,8,27); }
td.TdClassName
{
border-color: #D8081B;
}
.TagClassName
{
border-color: #D8081B;
}
</style>