Shades of Venetian Red #DC011F
Tints of Venetian Red #DC011F
RGB
CMYK
RGB Variations
Color information
#DC011F (or 0xDC011F) is known color: Venetian Red. HEX triplet: DC, 01 and 1F. RGB value is (220,1,31). Sum of RGB (Red+Green+Blue) = 220+1+31=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC011F is #23FEE0. Grayscale: #464646. Windows color (decimal): -2359009 or 2032092. OLE color: 2032092.
HSL color Cylindrical-coordinate representation of color #DC011F: hue angle of 351.78º 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 #DC011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.14 |
| HSL | 351.78º | 0.99% | 0.43% | - |
| HSV(B) | 351.78º | 1% | 0.86% | - |
| XYZ | 29.77 | 15.34 | 2.69 | - |
| YUV | 69.9 | 106.05 | 235.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 31 | 0 | 1.00 | 0.86 | 0.14 | 351.78 | 0.99 | 0.43 |
| Hex | DC | 1 | 1F | 0 | 64 | 56 | E | 160 | 63 | 2B |
| Octal | 334 | 1 | 37 | 0 | 144 | 126 | 16 | 540 | 143 | 53 |
| Binary | 11011100 | 1 | 11111 | 0 | 1100100 | 1010110 | 1110 | 101100000 | 1100011 | 101011 |
Color Harmonies of #DC011F
Complementary color
Monochromatic Colors of #DC011F
Black with #DC011F
Text Example
Text Example
White with #DC011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC011F; }
p { color: rgb(220,1,31); }
H1.HeaderClassName
{
color: #DC011F;
}
.AnyTagClassName
{
color: #DC011F;
}
</style>
background-color css
<style>
a { background-color: #DC011F; }
a { background-color: rgb(220,1,31); }
div.DivClassName
{
background-color: #DC011F;
}
.BgClassName
{
background-color: #DC011F;
}
</style>
border-color css
<style>
span { border-color: #DC011F; }
span { border-color: rgb(220,1,31); }
td.TdClassName
{
border-color: #DC011F;
}
.TagClassName
{
border-color: #DC011F;
}
</style>