Shades of Venetian Red #DC0613
Tints of Venetian Red #DC0613
RGB
CMYK
RGB Variations
Color information
#DC0613 (or 0xDC0613) is known color: Venetian Red. HEX triplet: DC, 06 and 13. RGB value is (220,6,19). Sum of RGB (Red+Green+Blue) = 220+6+19=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0613 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0613 is #23F9EC. Grayscale: #474747. Windows color (decimal): -2357741 or 1246940. OLE color: 1246940.
HSL color Cylindrical-coordinate representation of color #DC0613: hue angle of 356.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0613 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 19 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.14 |
| HSL | 356.36º | 0.95% | 0.44% | - |
| HSV(B) | 356.36º | 0.97% | 0.86% | - |
| XYZ | 29.7 | 15.39 | 2.02 | - |
| YUV | 71.47 | 98.4 | 233.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 19 | 0 | 0.97 | 0.91 | 0.14 | 356.36 | 0.95 | 0.44 |
| Hex | DC | 6 | 13 | 0 | 61 | 5B | E | 164 | 5F | 2C |
| Octal | 334 | 6 | 23 | 0 | 141 | 133 | 16 | 544 | 137 | 54 |
| Binary | 11011100 | 110 | 10011 | 0 | 1100001 | 1011011 | 1110 | 101100100 | 1011111 | 101100 |
Color Harmonies of #DC0613
Complementary color
Monochromatic Colors of #DC0613
Black with #DC0613
Text Example
Text Example
White with #DC0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0613; }
p { color: rgb(220,6,19); }
H1.HeaderClassName
{
color: #DC0613;
}
.AnyTagClassName
{
color: #DC0613;
}
</style>
background-color css
<style>
a { background-color: #DC0613; }
a { background-color: rgb(220,6,19); }
div.DivClassName
{
background-color: #DC0613;
}
.BgClassName
{
background-color: #DC0613;
}
</style>
border-color css
<style>
span { border-color: #DC0613; }
span { border-color: rgb(220,6,19); }
td.TdClassName
{
border-color: #DC0613;
}
.TagClassName
{
border-color: #DC0613;
}
</style>