Shades of Venetian Red #DC031E
Tints of Venetian Red #DC031E
RGB
CMYK
RGB Variations
Color information
#DC031E (or 0xDC031E) is known color: Venetian Red. HEX triplet: DC, 03 and 1E. RGB value is (220,3,30). Sum of RGB (Red+Green+Blue) = 220+3+30=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC031E is #23FCE1. Grayscale: #474747. Windows color (decimal): -2358498 or 1967068. OLE color: 1967068.
HSL color Cylindrical-coordinate representation of color #DC031E: hue angle of 352.53º 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 #DC031E is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.14 |
| HSL | 352.53º | 0.97% | 0.44% | - |
| HSV(B) | 352.53º | 0.99% | 0.86% | - |
| XYZ | 29.78 | 15.37 | 2.63 | - |
| YUV | 70.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 30 | 0 | 0.99 | 0.86 | 0.14 | 352.53 | 0.97 | 0.44 |
| Hex | DC | 3 | 1E | 0 | 63 | 56 | E | 161 | 61 | 2C |
| Octal | 334 | 3 | 36 | 0 | 143 | 126 | 16 | 541 | 141 | 54 |
| Binary | 11011100 | 11 | 11110 | 0 | 1100011 | 1010110 | 1110 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DC031E
Complementary color
Monochromatic Colors of #DC031E
Black with #DC031E
Text Example
Text Example
White with #DC031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC031E; }
p { color: rgb(220,3,30); }
H1.HeaderClassName
{
color: #DC031E;
}
.AnyTagClassName
{
color: #DC031E;
}
</style>
background-color css
<style>
a { background-color: #DC031E; }
a { background-color: rgb(220,3,30); }
div.DivClassName
{
background-color: #DC031E;
}
.BgClassName
{
background-color: #DC031E;
}
</style>
border-color css
<style>
span { border-color: #DC031E; }
span { border-color: rgb(220,3,30); }
td.TdClassName
{
border-color: #DC031E;
}
.TagClassName
{
border-color: #DC031E;
}
</style>