Shades of Venetian Red #DC001C
Tints of Venetian Red #DC001C
RGB
CMYK
RGB Variations
Color information
#DC001C (or 0xDC001C) is known color: Venetian Red. HEX triplet: DC, 00 and 1C. RGB value is (220,0,28). Sum of RGB (Red+Green+Blue) = 220+0+28=248 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.71% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001C is #23FFE3. Grayscale: #454545. Windows color (decimal): -2359268 or 1835228. OLE color: 1835228.
HSL color Cylindrical-coordinate representation of color #DC001C: hue angle of 352.36º 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 #DC001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.87 | 0.14 |
| HSL | 352.36º | 1% | 0.43% | - |
| HSV(B) | 352.36º | 1% | 0.86% | - |
| XYZ | 29.72 | 15.3 | 2.49 | - |
| YUV | 68.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 28 | 0 | 1 | 0.87 | 0.14 | 352.36 | 1 | 0.43 |
| Hex | DC | 0 | 1C | 0 | 64 | 57 | E | 160 | 64 | 2B |
| Octal | 334 | 0 | 34 | 0 | 144 | 127 | 16 | 540 | 144 | 53 |
| Binary | 11011100 | 0 | 11100 | 0 | 1100100 | 1010111 | 1110 | 101100000 | 1100100 | 101011 |
Color Harmonies of #DC001C
Complementary color
Monochromatic Colors of #DC001C
Black with #DC001C
Text Example
Text Example
White with #DC001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC001C; }
p { color: rgb(220,0,28); }
H1.HeaderClassName
{
color: #DC001C;
}
.AnyTagClassName
{
color: #DC001C;
}
</style>
background-color css
<style>
a { background-color: #DC001C; }
a { background-color: rgb(220,0,28); }
div.DivClassName
{
background-color: #DC001C;
}
.BgClassName
{
background-color: #DC001C;
}
</style>
border-color css
<style>
span { border-color: #DC001C; }
span { border-color: rgb(220,0,28); }
td.TdClassName
{
border-color: #DC001C;
}
.TagClassName
{
border-color: #DC001C;
}
</style>