Shades of Venetian Red #DC0811
Tints of Venetian Red #DC0811
RGB
CMYK
RGB Variations
Color information
#DC0811 (or 0xDC0811) is known color: Venetian Red. HEX triplet: DC, 08 and 11. RGB value is (220,8,17). Sum of RGB (Red+Green+Blue) = 220+8+17=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0811 is #23F7EE. Grayscale: #484848. Windows color (decimal): -2357231 or 1116380. OLE color: 1116380.
HSL color Cylindrical-coordinate representation of color #DC0811: hue angle of 357.45º 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 #DC0811 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 17 | - |
| CMYK | 0 | 0.96 | 0.92 | 0.14 |
| HSL | 357.45º | 0.93% | 0.45% | - |
| HSV(B) | 357.45º | 0.96% | 0.86% | - |
| XYZ | 29.7 | 15.43 | 1.94 | - |
| YUV | 72.41 | 96.74 | 233.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 17 | 0 | 0.96 | 0.92 | 0.14 | 357.45 | 0.93 | 0.45 |
| Hex | DC | 8 | 11 | 0 | 60 | 5C | E | 165 | 5D | 2D |
| Octal | 334 | 10 | 21 | 0 | 140 | 134 | 16 | 545 | 135 | 55 |
| Binary | 11011100 | 1000 | 10001 | 0 | 1100000 | 1011100 | 1110 | 101100101 | 1011101 | 101101 |
Color Harmonies of #DC0811
Complementary color
Monochromatic Colors of #DC0811
Black with #DC0811
Text Example
Text Example
White with #DC0811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0811; }
p { color: rgb(220,8,17); }
H1.HeaderClassName
{
color: #DC0811;
}
.AnyTagClassName
{
color: #DC0811;
}
</style>
background-color css
<style>
a { background-color: #DC0811; }
a { background-color: rgb(220,8,17); }
div.DivClassName
{
background-color: #DC0811;
}
.BgClassName
{
background-color: #DC0811;
}
</style>
border-color css
<style>
span { border-color: #DC0811; }
span { border-color: rgb(220,8,17); }
td.TdClassName
{
border-color: #DC0811;
}
.TagClassName
{
border-color: #DC0811;
}
</style>