Shades of Venetian Red #D80112
Tints of Venetian Red #D80112
RGB
CMYK
RGB Variations
Color information
#D80112 (or 0xD80112) is known color: Venetian Red. HEX triplet: D8, 01 and 12. RGB value is (216,1,18). Sum of RGB (Red+Green+Blue) = 216+1+18=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D80112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80112 is #27FEED. Grayscale: #434343. Windows color (decimal): -2621166 or 1180120. OLE color: 1180120.
HSL color Cylindrical-coordinate representation of color #D80112: hue angle of 355.26º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80112 is Cyan = 0, Magento = 1.00, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 18 | - |
| CMYK | 0 | 1.00 | 0.92 | 0.15 |
| HSL | 355.26º | 0.99% | 0.43% | - |
| HSV(B) | 355.26º | 1% | 0.85% | - |
| XYZ | 28.44 | 14.66 | 1.9 | - |
| YUV | 67.22 | 100.23 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 18 | 0 | 1.00 | 0.92 | 0.15 | 355.26 | 0.99 | 0.43 |
| Hex | D8 | 1 | 12 | 0 | 64 | 5C | F | 163 | 63 | 2B |
| Octal | 330 | 1 | 22 | 0 | 144 | 134 | 17 | 543 | 143 | 53 |
| Binary | 11011000 | 1 | 10010 | 0 | 1100100 | 1011100 | 1111 | 101100011 | 1100011 | 101011 |
Color Harmonies of #D80112
Complementary color
Monochromatic Colors of #D80112
Black with #D80112
Text Example
Text Example
White with #D80112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80112; }
p { color: rgb(216,1,18); }
H1.HeaderClassName
{
color: #D80112;
}
.AnyTagClassName
{
color: #D80112;
}
</style>
background-color css
<style>
a { background-color: #D80112; }
a { background-color: rgb(216,1,18); }
div.DivClassName
{
background-color: #D80112;
}
.BgClassName
{
background-color: #D80112;
}
</style>
border-color css
<style>
span { border-color: #D80112; }
span { border-color: rgb(216,1,18); }
td.TdClassName
{
border-color: #D80112;
}
.TagClassName
{
border-color: #D80112;
}
</style>