Shades of Venetian Red #DC011B
Tints of Venetian Red #DC011B
RGB
CMYK
RGB Variations
Color information
#DC011B (or 0xDC011B) is known color: Venetian Red. HEX triplet: DC, 01 and 1B. RGB value is (220,1,27). Sum of RGB (Red+Green+Blue) = 220+1+27=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC011B is #23FEE4. Grayscale: #454545. Windows color (decimal): -2359013 or 1769948. OLE color: 1769948.
HSL color Cylindrical-coordinate representation of color #DC011B: hue angle of 352.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 27 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.14 |
| HSL | 352.88º | 0.99% | 0.43% | - |
| HSV(B) | 352.88º | 1% | 0.86% | - |
| XYZ | 29.72 | 15.32 | 2.43 | - |
| YUV | 69.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 27 | 0 | 1.00 | 0.88 | 0.14 | 352.88 | 0.99 | 0.43 |
| Hex | DC | 1 | 1B | 0 | 64 | 58 | E | 161 | 63 | 2B |
| Octal | 334 | 1 | 33 | 0 | 144 | 130 | 16 | 541 | 143 | 53 |
| Binary | 11011100 | 1 | 11011 | 0 | 1100100 | 1011000 | 1110 | 101100001 | 1100011 | 101011 |
Color Harmonies of #DC011B
Complementary color
Monochromatic Colors of #DC011B
Black with #DC011B
Text Example
Text Example
White with #DC011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC011B; }
p { color: rgb(220,1,27); }
H1.HeaderClassName
{
color: #DC011B;
}
.AnyTagClassName
{
color: #DC011B;
}
</style>
background-color css
<style>
a { background-color: #DC011B; }
a { background-color: rgb(220,1,27); }
div.DivClassName
{
background-color: #DC011B;
}
.BgClassName
{
background-color: #DC011B;
}
</style>
border-color css
<style>
span { border-color: #DC011B; }
span { border-color: rgb(220,1,27); }
td.TdClassName
{
border-color: #DC011B;
}
.TagClassName
{
border-color: #DC011B;
}
</style>