Shades of Venetian Red #D80219
Tints of Venetian Red #D80219
RGB
CMYK
RGB Variations
Color information
#D80219 (or 0xD80219) is known color: Venetian Red. HEX triplet: D8, 02 and 19. RGB value is (216,2,25). Sum of RGB (Red+Green+Blue) = 216+2+25=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D80219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80219 is #27FDE6. Grayscale: #444444. Windows color (decimal): -2620903 or 1639128. OLE color: 1639128.
HSL color Cylindrical-coordinate representation of color #D80219: hue angle of 353.55º 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 #D80219 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.15 |
| HSL | 353.55º | 0.98% | 0.43% | - |
| HSV(B) | 353.55º | 0.99% | 0.85% | - |
| XYZ | 28.52 | 14.71 | 2.26 | - |
| YUV | 68.61 | 103.4 | 233.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 2 | 25 | 0 | 0.99 | 0.88 | 0.15 | 353.55 | 0.98 | 0.43 |
| Hex | D8 | 2 | 19 | 0 | 63 | 58 | F | 162 | 62 | 2B |
| Octal | 330 | 2 | 31 | 0 | 143 | 130 | 17 | 542 | 142 | 53 |
| Binary | 11011000 | 10 | 11001 | 0 | 1100011 | 1011000 | 1111 | 101100010 | 1100010 | 101011 |
Color Harmonies of #D80219
Complementary color
Monochromatic Colors of #D80219
Black with #D80219
Text Example
Text Example
White with #D80219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80219; }
p { color: rgb(216,2,25); }
H1.HeaderClassName
{
color: #D80219;
}
.AnyTagClassName
{
color: #D80219;
}
</style>
background-color css
<style>
a { background-color: #D80219; }
a { background-color: rgb(216,2,25); }
div.DivClassName
{
background-color: #D80219;
}
.BgClassName
{
background-color: #D80219;
}
</style>
border-color css
<style>
span { border-color: #D80219; }
span { border-color: rgb(216,2,25); }
td.TdClassName
{
border-color: #D80219;
}
.TagClassName
{
border-color: #D80219;
}
</style>