Shades of Venetian Red #DC011C
Tints of Venetian Red #DC011C
RGB
CMYK
RGB Variations
Color information
#DC011C (or 0xDC011C) is known color: Venetian Red. HEX triplet: DC, 01 and 1C. RGB value is (220,1,28). Sum of RGB (Red+Green+Blue) = 220+1+28=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC011C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC011C is #23FEE3. Grayscale: #454545. Windows color (decimal): -2359012 or 1835484. OLE color: 1835484.
HSL color Cylindrical-coordinate representation of color #DC011C: hue angle of 352.6º 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 #DC011C is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.14 |
| HSL | 352.6º | 0.99% | 0.43% | - |
| HSV(B) | 352.6º | 1% | 0.86% | - |
| XYZ | 29.74 | 15.32 | 2.49 | - |
| YUV | 69.56 | 104.55 | 235.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 28 | 0 | 1.00 | 0.87 | 0.14 | 352.6 | 0.99 | 0.43 |
| Hex | DC | 1 | 1C | 0 | 64 | 57 | E | 161 | 63 | 2B |
| Octal | 334 | 1 | 34 | 0 | 144 | 127 | 16 | 541 | 143 | 53 |
| Binary | 11011100 | 1 | 11100 | 0 | 1100100 | 1010111 | 1110 | 101100001 | 1100011 | 101011 |
Color Harmonies of #DC011C
Complementary color
Monochromatic Colors of #DC011C
Black with #DC011C
Text Example
Text Example
White with #DC011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC011C; }
p { color: rgb(220,1,28); }
H1.HeaderClassName
{
color: #DC011C;
}
.AnyTagClassName
{
color: #DC011C;
}
</style>
background-color css
<style>
a { background-color: #DC011C; }
a { background-color: rgb(220,1,28); }
div.DivClassName
{
background-color: #DC011C;
}
.BgClassName
{
background-color: #DC011C;
}
</style>
border-color css
<style>
span { border-color: #DC011C; }
span { border-color: rgb(220,1,28); }
td.TdClassName
{
border-color: #DC011C;
}
.TagClassName
{
border-color: #DC011C;
}
</style>