Shades of Venetian Red #D80619
Tints of Venetian Red #D80619
RGB
CMYK
RGB Variations
Color information
#D80619 (or 0xD80619) is known color: Venetian Red. HEX triplet: D8, 06 and 19. RGB value is (216,6,25). Sum of RGB (Red+Green+Blue) = 216+6+25=247 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.45% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 216 - color contains mainly: red. Hex color #D80619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80619 is #27F9E6. Grayscale: #474747. Windows color (decimal): -2619879 or 1640152. OLE color: 1640152.
HSL color Cylindrical-coordinate representation of color #D80619: hue angle of 354.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80619 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.15 |
| HSL | 354.57º | 0.95% | 0.44% | - |
| HSV(B) | 354.57º | 0.97% | 0.85% | - |
| XYZ | 28.56 | 14.8 | 2.27 | - |
| YUV | 70.96 | 102.07 | 231.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 25 | 0 | 0.97 | 0.88 | 0.15 | 354.57 | 0.95 | 0.44 |
| Hex | D8 | 6 | 19 | 0 | 61 | 58 | F | 163 | 5F | 2C |
| Octal | 330 | 6 | 31 | 0 | 141 | 130 | 17 | 543 | 137 | 54 |
| Binary | 11011000 | 110 | 11001 | 0 | 1100001 | 1011000 | 1111 | 101100011 | 1011111 | 101100 |
Color Harmonies of #D80619
Complementary color
Monochromatic Colors of #D80619
Black with #D80619
Text Example
Text Example
White with #D80619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80619; }
p { color: rgb(216,6,25); }
H1.HeaderClassName
{
color: #D80619;
}
.AnyTagClassName
{
color: #D80619;
}
</style>
background-color css
<style>
a { background-color: #D80619; }
a { background-color: rgb(216,6,25); }
div.DivClassName
{
background-color: #D80619;
}
.BgClassName
{
background-color: #D80619;
}
</style>
border-color css
<style>
span { border-color: #D80619; }
span { border-color: rgb(216,6,25); }
td.TdClassName
{
border-color: #D80619;
}
.TagClassName
{
border-color: #D80619;
}
</style>