Shades of Venetian Red #DC001B
Tints of Venetian Red #DC001B
RGB
CMYK
RGB Variations
Color information
#DC001B (or 0xDC001B) is known color: Venetian Red. HEX triplet: DC, 00 and 1B. RGB value is (220,0,27). Sum of RGB (Red+Green+Blue) = 220+0+27=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001B is #23FFE4. Grayscale: #444444. Windows color (decimal): -2359269 or 1769692. OLE color: 1769692.
HSL color Cylindrical-coordinate representation of color #DC001B: hue angle of 352.64º 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 #DC001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.14 |
| HSL | 352.64º | 1% | 0.43% | - |
| HSV(B) | 352.64º | 1% | 0.86% | - |
| XYZ | 29.71 | 15.29 | 2.42 | - |
| YUV | 68.86 | 104.39 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 27 | 0 | 1 | 0.88 | 0.14 | 352.64 | 1 | 0.43 |
| Hex | DC | 0 | 1B | 0 | 64 | 58 | E | 161 | 64 | 2B |
| Octal | 334 | 0 | 33 | 0 | 144 | 130 | 16 | 541 | 144 | 53 |
| Binary | 11011100 | 0 | 11011 | 0 | 1100100 | 1011000 | 1110 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DC001B
Complementary color
Monochromatic Colors of #DC001B
Black with #DC001B
Text Example
Text Example
White with #DC001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC001B; }
p { color: rgb(220,0,27); }
H1.HeaderClassName
{
color: #DC001B;
}
.AnyTagClassName
{
color: #DC001B;
}
</style>
background-color css
<style>
a { background-color: #DC001B; }
a { background-color: rgb(220,0,27); }
div.DivClassName
{
background-color: #DC001B;
}
.BgClassName
{
background-color: #DC001B;
}
</style>
border-color css
<style>
span { border-color: #DC001B; }
span { border-color: rgb(220,0,27); }
td.TdClassName
{
border-color: #DC001B;
}
.TagClassName
{
border-color: #DC001B;
}
</style>