Shades of Venetian Red #DC0810
Tints of Venetian Red #DC0810
RGB
CMYK
RGB Variations
Color information
#DC0810 (or 0xDC0810) is known color: Venetian Red. HEX triplet: DC, 08 and 10. RGB value is (220,8,16). Sum of RGB (Red+Green+Blue) = 220+8+16=244 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.16% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0810 is #23F7EF. Grayscale: #484848. Windows color (decimal): -2357232 or 1050844. OLE color: 1050844.
HSL color Cylindrical-coordinate representation of color #DC0810: hue angle of 357.74º 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 #DC0810 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.14 |
| HSL | 357.74º | 0.93% | 0.45% | - |
| HSV(B) | 357.74º | 0.96% | 0.86% | - |
| XYZ | 29.7 | 15.43 | 1.9 | - |
| YUV | 72.3 | 96.24 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 16 | 0 | 0.96 | 0.93 | 0.14 | 357.74 | 0.93 | 0.45 |
| Hex | DC | 8 | 10 | 0 | 60 | 5D | E | 166 | 5D | 2D |
| Octal | 334 | 10 | 20 | 0 | 140 | 135 | 16 | 546 | 135 | 55 |
| Binary | 11011100 | 1000 | 10000 | 0 | 1100000 | 1011101 | 1110 | 101100110 | 1011101 | 101101 |
Color Harmonies of #DC0810
Complementary color
Monochromatic Colors of #DC0810
Black with #DC0810
Text Example
Text Example
White with #DC0810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0810; }
p { color: rgb(220,8,16); }
H1.HeaderClassName
{
color: #DC0810;
}
.AnyTagClassName
{
color: #DC0810;
}
</style>
background-color css
<style>
a { background-color: #DC0810; }
a { background-color: rgb(220,8,16); }
div.DivClassName
{
background-color: #DC0810;
}
.BgClassName
{
background-color: #DC0810;
}
</style>
border-color css
<style>
span { border-color: #DC0810; }
span { border-color: rgb(220,8,16); }
td.TdClassName
{
border-color: #DC0810;
}
.TagClassName
{
border-color: #DC0810;
}
</style>