Shades of Venetian Red #D80212
Tints of Venetian Red #D80212
RGB
CMYK
RGB Variations
Color information
#D80212 (or 0xD80212) is known color: Venetian Red. HEX triplet: D8, 02 and 12. RGB value is (216,2,18). Sum of RGB (Red+Green+Blue) = 216+2+18=236 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.53% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 216 - color contains mainly: red. Hex color #D80212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80212 is #27FDED. Grayscale: #434343. Windows color (decimal): -2620910 or 1180376. OLE color: 1180376.
HSL color Cylindrical-coordinate representation of color #D80212: hue angle of 355.51º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80212 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.15 |
| HSL | 355.51º | 0.98% | 0.43% | - |
| HSV(B) | 355.51º | 0.99% | 0.85% | - |
| XYZ | 28.45 | 14.69 | 1.91 | - |
| YUV | 67.81 | 99.9 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 18 | 0 | 0.99 | 0.92 | 0.15 | 355.51 | 0.98 | 0.43 |
| Hex | D8 | 2 | 12 | 0 | 63 | 5C | F | 164 | 62 | 2B |
| Octal | 330 | 2 | 22 | 0 | 143 | 134 | 17 | 544 | 142 | 53 |
| Binary | 11011000 | 10 | 10010 | 0 | 1100011 | 1011100 | 1111 | 101100100 | 1100010 | 101011 |
Color Harmonies of #D80212
Complementary color
Monochromatic Colors of #D80212
Black with #D80212
Text Example
Text Example
White with #D80212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80212; }
p { color: rgb(216,2,18); }
H1.HeaderClassName
{
color: #D80212;
}
.AnyTagClassName
{
color: #D80212;
}
</style>
background-color css
<style>
a { background-color: #D80212; }
a { background-color: rgb(216,2,18); }
div.DivClassName
{
background-color: #D80212;
}
.BgClassName
{
background-color: #D80212;
}
</style>
border-color css
<style>
span { border-color: #D80212; }
span { border-color: rgb(216,2,18); }
td.TdClassName
{
border-color: #D80212;
}
.TagClassName
{
border-color: #D80212;
}
</style>