Shades of Venetian Red #DC020B
Tints of Venetian Red #DC020B
RGB
CMYK
RGB Variations
Color information
#DC020B (or 0xDC020B) is known color: Venetian Red. HEX triplet: DC, 02 and 0B. RGB value is (220,2,11). Sum of RGB (Red+Green+Blue) = 220+2+11=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC020B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC020B is #23FDF4. Grayscale: #444444. Windows color (decimal): -2358773 or 721628. OLE color: 721628.
HSL color Cylindrical-coordinate representation of color #DC020B: hue angle of 357.52º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC020B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 11 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.14 |
| HSL | 357.52º | 0.98% | 0.44% | - |
| HSV(B) | 357.52º | 0.99% | 0.86% | - |
| XYZ | 29.6 | 15.28 | 1.71 | - |
| YUV | 68.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 11 | 0 | 0.99 | 0.95 | 0.14 | 357.52 | 0.98 | 0.44 |
| Hex | DC | 2 | B | 0 | 63 | 5F | E | 166 | 62 | 2C |
| Octal | 334 | 2 | 13 | 0 | 143 | 137 | 16 | 546 | 142 | 54 |
| Binary | 11011100 | 10 | 1011 | 0 | 1100011 | 1011111 | 1110 | 101100110 | 1100010 | 101100 |
Color Harmonies of #DC020B
Complementary color
Monochromatic Colors of #DC020B
Black with #DC020B
Text Example
Text Example
White with #DC020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC020B; }
p { color: rgb(220,2,11); }
H1.HeaderClassName
{
color: #DC020B;
}
.AnyTagClassName
{
color: #DC020B;
}
</style>
background-color css
<style>
a { background-color: #DC020B; }
a { background-color: rgb(220,2,11); }
div.DivClassName
{
background-color: #DC020B;
}
.BgClassName
{
background-color: #DC020B;
}
</style>
border-color css
<style>
span { border-color: #DC020B; }
span { border-color: rgb(220,2,11); }
td.TdClassName
{
border-color: #DC020B;
}
.TagClassName
{
border-color: #DC020B;
}
</style>