Shades of Venetian Red #DC0910
Tints of Venetian Red #DC0910
RGB
CMYK
RGB Variations
Color information
#DC0910 (or 0xDC0910) is known color: Venetian Red. HEX triplet: DC, 09 and 10. RGB value is (220,9,16). Sum of RGB (Red+Green+Blue) = 220+9+16=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0910 is #23F6EF. Grayscale: #494949. Windows color (decimal): -2356976 or 1051100. OLE color: 1051100.
HSL color Cylindrical-coordinate representation of color #DC0910: hue angle of 358.01º degrees, saturation: 0.92, 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 #DC0910 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 16 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.14 |
| HSL | 358.01º | 0.92% | 0.45% | - |
| HSV(B) | 358.01º | 0.96% | 0.86% | - |
| XYZ | 29.71 | 15.45 | 1.91 | - |
| YUV | 72.89 | 95.9 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 16 | 0 | 0.96 | 0.93 | 0.14 | 358.01 | 0.92 | 0.45 |
| Hex | DC | 9 | 10 | 0 | 60 | 5D | E | 166 | 5C | 2D |
| Octal | 334 | 11 | 20 | 0 | 140 | 135 | 16 | 546 | 134 | 55 |
| Binary | 11011100 | 1001 | 10000 | 0 | 1100000 | 1011101 | 1110 | 101100110 | 1011100 | 101101 |
Color Harmonies of #DC0910
Complementary color
Monochromatic Colors of #DC0910
Black with #DC0910
Text Example
Text Example
White with #DC0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0910; }
p { color: rgb(220,9,16); }
H1.HeaderClassName
{
color: #DC0910;
}
.AnyTagClassName
{
color: #DC0910;
}
</style>
background-color css
<style>
a { background-color: #DC0910; }
a { background-color: rgb(220,9,16); }
div.DivClassName
{
background-color: #DC0910;
}
.BgClassName
{
background-color: #DC0910;
}
</style>
border-color css
<style>
span { border-color: #DC0910; }
span { border-color: rgb(220,9,16); }
td.TdClassName
{
border-color: #DC0910;
}
.TagClassName
{
border-color: #DC0910;
}
</style>