Shades of Venetian Red #DC031F
Tints of Venetian Red #DC031F
RGB
CMYK
RGB Variations
Color information
#DC031F (or 0xDC031F) is known color: Venetian Red. HEX triplet: DC, 03 and 1F. RGB value is (220,3,31). Sum of RGB (Red+Green+Blue) = 220+3+31=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC031F is #23FCE0. Grayscale: #474747. Windows color (decimal): -2358497 or 2032604. OLE color: 2032604.
HSL color Cylindrical-coordinate representation of color #DC031F: hue angle of 352.26º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.14 |
| HSL | 352.26º | 0.97% | 0.44% | - |
| HSV(B) | 352.26º | 0.99% | 0.86% | - |
| XYZ | 29.8 | 15.38 | 2.69 | - |
| YUV | 71.08 | 105.39 | 234.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 31 | 0 | 0.99 | 0.86 | 0.14 | 352.26 | 0.97 | 0.44 |
| Hex | DC | 3 | 1F | 0 | 63 | 56 | E | 160 | 61 | 2C |
| Octal | 334 | 3 | 37 | 0 | 143 | 126 | 16 | 540 | 141 | 54 |
| Binary | 11011100 | 11 | 11111 | 0 | 1100011 | 1010110 | 1110 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DC031F
Complementary color
Monochromatic Colors of #DC031F
Black with #DC031F
Text Example
Text Example
White with #DC031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC031F; }
p { color: rgb(220,3,31); }
H1.HeaderClassName
{
color: #DC031F;
}
.AnyTagClassName
{
color: #DC031F;
}
</style>
background-color css
<style>
a { background-color: #DC031F; }
a { background-color: rgb(220,3,31); }
div.DivClassName
{
background-color: #DC031F;
}
.BgClassName
{
background-color: #DC031F;
}
</style>
border-color css
<style>
span { border-color: #DC031F; }
span { border-color: rgb(220,3,31); }
td.TdClassName
{
border-color: #DC031F;
}
.TagClassName
{
border-color: #DC031F;
}
</style>