Shades of Venetian Red #DC001F
Tints of Venetian Red #DC001F
RGB
CMYK
RGB Variations
Color information
#DC001F (or 0xDC001F) is known color: Venetian Red. HEX triplet: DC, 00 and 1F. RGB value is (220,0,31). Sum of RGB (Red+Green+Blue) = 220+0+31=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001F is #23FFE0. Grayscale: #454545. Windows color (decimal): -2359265 or 2031836. OLE color: 2031836.
HSL color Cylindrical-coordinate representation of color #DC001F: hue angle of 351.55º 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 #DC001F is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.86 | 0.14 |
| HSL | 351.55º | 1% | 0.43% | - |
| HSV(B) | 351.55º | 1% | 0.86% | - |
| XYZ | 29.76 | 15.31 | 2.68 | - |
| YUV | 69.31 | 106.39 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 31 | 0 | 1 | 0.86 | 0.14 | 351.55 | 1 | 0.43 |
| Hex | DC | 0 | 1F | 0 | 64 | 56 | E | 160 | 64 | 2B |
| Octal | 334 | 0 | 37 | 0 | 144 | 126 | 16 | 540 | 144 | 53 |
| Binary | 11011100 | 0 | 11111 | 0 | 1100100 | 1010110 | 1110 | 101100000 | 1100100 | 101011 |
Color Harmonies of #DC001F
Complementary color
Monochromatic Colors of #DC001F
Black with #DC001F
Text Example
Text Example
White with #DC001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC001F; }
p { color: rgb(220,0,31); }
H1.HeaderClassName
{
color: #DC001F;
}
.AnyTagClassName
{
color: #DC001F;
}
</style>
background-color css
<style>
a { background-color: #DC001F; }
a { background-color: rgb(220,0,31); }
div.DivClassName
{
background-color: #DC001F;
}
.BgClassName
{
background-color: #DC001F;
}
</style>
border-color css
<style>
span { border-color: #DC001F; }
span { border-color: rgb(220,0,31); }
td.TdClassName
{
border-color: #DC001F;
}
.TagClassName
{
border-color: #DC001F;
}
</style>