Shades of Venetian Red #DC0712
Tints of Venetian Red #DC0712
RGB
CMYK
RGB Variations
Color information
#DC0712 (or 0xDC0712) is known color: Venetian Red. HEX triplet: DC, 07 and 12. RGB value is (220,7,18). Sum of RGB (Red+Green+Blue) = 220+7+18=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0712 is #23F8ED. Grayscale: #484848. Windows color (decimal): -2357486 or 1181660. OLE color: 1181660.
HSL color Cylindrical-coordinate representation of color #DC0712: hue angle of 356.9º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0712 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 18 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.14 |
| HSL | 356.9º | 0.94% | 0.45% | - |
| HSV(B) | 356.9º | 0.97% | 0.86% | - |
| XYZ | 29.7 | 15.41 | 1.98 | - |
| YUV | 71.94 | 97.57 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 18 | 0 | 0.97 | 0.92 | 0.14 | 356.9 | 0.94 | 0.45 |
| Hex | DC | 7 | 12 | 0 | 61 | 5C | E | 165 | 5E | 2D |
| Octal | 334 | 7 | 22 | 0 | 141 | 134 | 16 | 545 | 136 | 55 |
| Binary | 11011100 | 111 | 10010 | 0 | 1100001 | 1011100 | 1110 | 101100101 | 1011110 | 101101 |
Color Harmonies of #DC0712
Complementary color
Monochromatic Colors of #DC0712
Black with #DC0712
Text Example
Text Example
White with #DC0712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0712; }
p { color: rgb(220,7,18); }
H1.HeaderClassName
{
color: #DC0712;
}
.AnyTagClassName
{
color: #DC0712;
}
</style>
background-color css
<style>
a { background-color: #DC0712; }
a { background-color: rgb(220,7,18); }
div.DivClassName
{
background-color: #DC0712;
}
.BgClassName
{
background-color: #DC0712;
}
</style>
border-color css
<style>
span { border-color: #DC0712; }
span { border-color: rgb(220,7,18); }
td.TdClassName
{
border-color: #DC0712;
}
.TagClassName
{
border-color: #DC0712;
}
</style>