Shades of Venetian Red #DC000B
Tints of Venetian Red #DC000B
RGB
CMYK
RGB Variations
Color information
#DC000B (or 0xDC000B) is known color: Venetian Red. HEX triplet: DC, 00 and 0B. RGB value is (220,0,11). Sum of RGB (Red+Green+Blue) = 220+0+11=231 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.24% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 220 - color contains mainly: red. Hex color #DC000B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC000B is #23FFF4. Grayscale: #434343. Windows color (decimal): -2359285 or 721116. OLE color: 721116.
HSL color Cylindrical-coordinate representation of color #DC000B: hue angle of 357º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC000B is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.95 | 0.14 |
| HSL | 357º | 1% | 0.43% | - |
| HSV(B) | 357º | 1% | 0.86% | - |
| XYZ | 29.58 | 15.24 | 1.7 | - |
| YUV | 67.03 | 96.39 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 11 | 0 | 1 | 0.95 | 0.14 | 357 | 1 | 0.43 |
| Hex | DC | 0 | B | 0 | 64 | 5F | E | 165 | 64 | 2B |
| Octal | 334 | 0 | 13 | 0 | 144 | 137 | 16 | 545 | 144 | 53 |
| Binary | 11011100 | 0 | 1011 | 0 | 1100100 | 1011111 | 1110 | 101100101 | 1100100 | 101011 |
Color Harmonies of #DC000B
Complementary color
Monochromatic Colors of #DC000B
Black with #DC000B
Text Example
Text Example
White with #DC000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC000B; }
p { color: rgb(220,0,11); }
H1.HeaderClassName
{
color: #DC000B;
}
.AnyTagClassName
{
color: #DC000B;
}
</style>
background-color css
<style>
a { background-color: #DC000B; }
a { background-color: rgb(220,0,11); }
div.DivClassName
{
background-color: #DC000B;
}
.BgClassName
{
background-color: #DC000B;
}
</style>
border-color css
<style>
span { border-color: #DC000B; }
span { border-color: rgb(220,0,11); }
td.TdClassName
{
border-color: #DC000B;
}
.TagClassName
{
border-color: #DC000B;
}
</style>