Shades of Venetian Red #DC031D
Tints of Venetian Red #DC031D
RGB
CMYK
RGB Variations
Color information
#DC031D (or 0xDC031D) is known color: Venetian Red. HEX triplet: DC, 03 and 1D. RGB value is (220,3,29). Sum of RGB (Red+Green+Blue) = 220+3+29=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC031D is #23FCE2. Grayscale: #464646. Windows color (decimal): -2358499 or 1901532. OLE color: 1901532.
HSL color Cylindrical-coordinate representation of color #DC031D: hue angle of 352.81º 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 #DC031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 29 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.14 |
| HSL | 352.81º | 0.97% | 0.44% | - |
| HSV(B) | 352.81º | 0.99% | 0.86% | - |
| XYZ | 29.77 | 15.37 | 2.56 | - |
| YUV | 70.85 | 104.39 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 29 | 0 | 0.99 | 0.87 | 0.14 | 352.81 | 0.97 | 0.44 |
| Hex | DC | 3 | 1D | 0 | 63 | 57 | E | 161 | 61 | 2C |
| Octal | 334 | 3 | 35 | 0 | 143 | 127 | 16 | 541 | 141 | 54 |
| Binary | 11011100 | 11 | 11101 | 0 | 1100011 | 1010111 | 1110 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DC031D
Complementary color
Monochromatic Colors of #DC031D
Black with #DC031D
Text Example
Text Example
White with #DC031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC031D; }
p { color: rgb(220,3,29); }
H1.HeaderClassName
{
color: #DC031D;
}
.AnyTagClassName
{
color: #DC031D;
}
</style>
background-color css
<style>
a { background-color: #DC031D; }
a { background-color: rgb(220,3,29); }
div.DivClassName
{
background-color: #DC031D;
}
.BgClassName
{
background-color: #DC031D;
}
</style>
border-color css
<style>
span { border-color: #DC031D; }
span { border-color: rgb(220,3,29); }
td.TdClassName
{
border-color: #DC031D;
}
.TagClassName
{
border-color: #DC031D;
}
</style>