Shades of Venetian Red #DC0512
Tints of Venetian Red #DC0512
RGB
CMYK
RGB Variations
Color information
#DC0512 (or 0xDC0512) is known color: Venetian Red. HEX triplet: DC, 05 and 12. RGB value is (220,5,18). Sum of RGB (Red+Green+Blue) = 220+5+18=243 (32% of max value = 765). Red value is 220 (86.33% from 255 or 90.53% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0512 is #23FAED. Grayscale: #464646. Windows color (decimal): -2357998 or 1181148. OLE color: 1181148.
HSL color Cylindrical-coordinate representation of color #DC0512: hue angle of 356.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0512 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.14 |
| HSL | 356.37º | 0.96% | 0.44% | - |
| HSV(B) | 356.37º | 0.98% | 0.86% | - |
| XYZ | 29.68 | 15.37 | 1.97 | - |
| YUV | 70.77 | 98.23 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 18 | 0 | 0.98 | 0.92 | 0.14 | 356.37 | 0.96 | 0.44 |
| Hex | DC | 5 | 12 | 0 | 62 | 5C | E | 164 | 60 | 2C |
| Octal | 334 | 5 | 22 | 0 | 142 | 134 | 16 | 544 | 140 | 54 |
| Binary | 11011100 | 101 | 10010 | 0 | 1100010 | 1011100 | 1110 | 101100100 | 1100000 | 101100 |
Color Harmonies of #DC0512
Complementary color
Monochromatic Colors of #DC0512
Black with #DC0512
Text Example
Text Example
White with #DC0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0512; }
p { color: rgb(220,5,18); }
H1.HeaderClassName
{
color: #DC0512;
}
.AnyTagClassName
{
color: #DC0512;
}
</style>
background-color css
<style>
a { background-color: #DC0512; }
a { background-color: rgb(220,5,18); }
div.DivClassName
{
background-color: #DC0512;
}
.BgClassName
{
background-color: #DC0512;
}
</style>
border-color css
<style>
span { border-color: #DC0512; }
span { border-color: rgb(220,5,18); }
td.TdClassName
{
border-color: #DC0512;
}
.TagClassName
{
border-color: #DC0512;
}
</style>