Shades of Venetian Red #DC0819
Tints of Venetian Red #DC0819
RGB
CMYK
RGB Variations
Color information
#DC0819 (or 0xDC0819) is known color: Venetian Red. HEX triplet: DC, 08 and 19. RGB value is (220,8,25). Sum of RGB (Red+Green+Blue) = 220+8+25=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0819 is #23F7E6. Grayscale: #494949. Windows color (decimal): -2357223 or 1640668. OLE color: 1640668.
HSL color Cylindrical-coordinate representation of color #DC0819: hue angle of 355.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0819 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 25 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.14 |
| HSL | 355.19º | 0.93% | 0.45% | - |
| HSV(B) | 355.19º | 0.96% | 0.86% | - |
| XYZ | 29.78 | 15.46 | 2.33 | - |
| YUV | 73.33 | 100.74 | 232.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 25 | 0 | 0.96 | 0.89 | 0.14 | 355.19 | 0.93 | 0.45 |
| Hex | DC | 8 | 19 | 0 | 60 | 59 | E | 163 | 5D | 2D |
| Octal | 334 | 10 | 31 | 0 | 140 | 131 | 16 | 543 | 135 | 55 |
| Binary | 11011100 | 1000 | 11001 | 0 | 1100000 | 1011001 | 1110 | 101100011 | 1011101 | 101101 |
Color Harmonies of #DC0819
Complementary color
Monochromatic Colors of #DC0819
Black with #DC0819
Text Example
Text Example
White with #DC0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0819; }
p { color: rgb(220,8,25); }
H1.HeaderClassName
{
color: #DC0819;
}
.AnyTagClassName
{
color: #DC0819;
}
</style>
background-color css
<style>
a { background-color: #DC0819; }
a { background-color: rgb(220,8,25); }
div.DivClassName
{
background-color: #DC0819;
}
.BgClassName
{
background-color: #DC0819;
}
</style>
border-color css
<style>
span { border-color: #DC0819; }
span { border-color: rgb(220,8,25); }
td.TdClassName
{
border-color: #DC0819;
}
.TagClassName
{
border-color: #DC0819;
}
</style>