Shades of Venetian Red #DC071B
Tints of Venetian Red #DC071B
RGB
CMYK
RGB Variations
Color information
#DC071B (or 0xDC071B) is known color: Venetian Red. HEX triplet: DC, 07 and 1B. RGB value is (220,7,27). Sum of RGB (Red+Green+Blue) = 220+7+27=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC071B is #23F8E4. Grayscale: #494949. Windows color (decimal): -2357477 or 1771484. OLE color: 1771484.
HSL color Cylindrical-coordinate representation of color #DC071B: hue angle of 354.37º 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 #DC071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.14 |
| HSL | 354.37º | 0.94% | 0.45% | - |
| HSV(B) | 354.37º | 0.97% | 0.86% | - |
| XYZ | 29.79 | 15.45 | 2.45 | - |
| YUV | 72.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 27 | 0 | 0.97 | 0.88 | 0.14 | 354.37 | 0.94 | 0.45 |
| Hex | DC | 7 | 1B | 0 | 61 | 58 | E | 162 | 5E | 2D |
| Octal | 334 | 7 | 33 | 0 | 141 | 130 | 16 | 542 | 136 | 55 |
| Binary | 11011100 | 111 | 11011 | 0 | 1100001 | 1011000 | 1110 | 101100010 | 1011110 | 101101 |
Color Harmonies of #DC071B
Complementary color
Monochromatic Colors of #DC071B
Black with #DC071B
Text Example
Text Example
White with #DC071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC071B; }
p { color: rgb(220,7,27); }
H1.HeaderClassName
{
color: #DC071B;
}
.AnyTagClassName
{
color: #DC071B;
}
</style>
background-color css
<style>
a { background-color: #DC071B; }
a { background-color: rgb(220,7,27); }
div.DivClassName
{
background-color: #DC071B;
}
.BgClassName
{
background-color: #DC071B;
}
</style>
border-color css
<style>
span { border-color: #DC071B; }
span { border-color: rgb(220,7,27); }
td.TdClassName
{
border-color: #DC071B;
}
.TagClassName
{
border-color: #DC071B;
}
</style>