Shades of Venetian Red #D00519
Tints of Venetian Red #D00519
RGB
CMYK
RGB Variations
Color information
#D00519 (or 0xD00519) is known color: Venetian Red. HEX triplet: D0, 05 and 19. RGB value is (208,5,25). Sum of RGB (Red+Green+Blue) = 208+5+25=238 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.39% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 208 - color contains mainly: red. Hex color #D00519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00519 is #2FFAE6. Grayscale: #444444. Windows color (decimal): -3144423 or 1639888. OLE color: 1639888.
HSL color Cylindrical-coordinate representation of color #D00519: hue angle of 354.09º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00519 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 25 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.18 |
| HSL | 354.09º | 0.95% | 0.42% | - |
| HSV(B) | 354.09º | 0.98% | 0.82% | - |
| XYZ | 26.24 | 13.59 | 2.16 | - |
| YUV | 67.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 25 | 0 | 0.98 | 0.88 | 0.18 | 354.09 | 0.95 | 0.42 |
| Hex | D0 | 5 | 19 | 0 | 62 | 58 | 12 | 162 | 5F | 2A |
| Octal | 320 | 5 | 31 | 0 | 142 | 130 | 22 | 542 | 137 | 52 |
| Binary | 11010000 | 101 | 11001 | 0 | 1100010 | 1011000 | 10010 | 101100010 | 1011111 | 101010 |
Color Harmonies of #D00519
Complementary color
Monochromatic Colors of #D00519
Black with #D00519
Text Example
Text Example
White with #D00519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00519; }
p { color: rgb(208,5,25); }
H1.HeaderClassName
{
color: #D00519;
}
.AnyTagClassName
{
color: #D00519;
}
</style>
background-color css
<style>
a { background-color: #D00519; }
a { background-color: rgb(208,5,25); }
div.DivClassName
{
background-color: #D00519;
}
.BgClassName
{
background-color: #D00519;
}
</style>
border-color css
<style>
span { border-color: #D00519; }
span { border-color: rgb(208,5,25); }
td.TdClassName
{
border-color: #D00519;
}
.TagClassName
{
border-color: #D00519;
}
</style>