Shades of Venetian Red #D00819
Tints of Venetian Red #D00819
RGB
CMYK
RGB Variations
Color information
#D00819 (or 0xD00819) is known color: Venetian Red. HEX triplet: D0, 08 and 19. RGB value is (208,8,25). Sum of RGB (Red+Green+Blue) = 208+8+25=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D00819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00819 is #2FF7E6. Grayscale: #454545. Windows color (decimal): -3143655 or 1640656. OLE color: 1640656.
HSL color Cylindrical-coordinate representation of color #D00819: hue angle of 354.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D00819 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.18 |
| HSL | 354.9º | 0.93% | 0.42% | - |
| HSV(B) | 354.9º | 0.96% | 0.82% | - |
| XYZ | 26.27 | 13.65 | 2.17 | - |
| YUV | 69.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 25 | 0 | 0.96 | 0.88 | 0.18 | 354.9 | 0.93 | 0.42 |
| Hex | D0 | 8 | 19 | 0 | 60 | 58 | 12 | 163 | 5D | 2A |
| Octal | 320 | 10 | 31 | 0 | 140 | 130 | 22 | 543 | 135 | 52 |
| Binary | 11010000 | 1000 | 11001 | 0 | 1100000 | 1011000 | 10010 | 101100011 | 1011101 | 101010 |
Color Harmonies of #D00819
Complementary color
Monochromatic Colors of #D00819
Black with #D00819
Text Example
Text Example
White with #D00819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00819; }
p { color: rgb(208,8,25); }
H1.HeaderClassName
{
color: #D00819;
}
.AnyTagClassName
{
color: #D00819;
}
</style>
background-color css
<style>
a { background-color: #D00819; }
a { background-color: rgb(208,8,25); }
div.DivClassName
{
background-color: #D00819;
}
.BgClassName
{
background-color: #D00819;
}
</style>
border-color css
<style>
span { border-color: #D00819; }
span { border-color: rgb(208,8,25); }
td.TdClassName
{
border-color: #D00819;
}
.TagClassName
{
border-color: #D00819;
}
</style>