Shades of Venetian Red #DC031B
Tints of Venetian Red #DC031B
RGB
CMYK
RGB Variations
Color information
#DC031B (or 0xDC031B) is known color: Venetian Red. HEX triplet: DC, 03 and 1B. RGB value is (220,3,27). Sum of RGB (Red+Green+Blue) = 220+3+27=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC031B is #23FCE4. Grayscale: #464646. Windows color (decimal): -2358501 or 1770460. OLE color: 1770460.
HSL color Cylindrical-coordinate representation of color #DC031B: hue angle of 353.36º 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 #DC031B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.14 |
| HSL | 353.36º | 0.97% | 0.44% | - |
| HSV(B) | 353.36º | 0.99% | 0.86% | - |
| XYZ | 29.75 | 15.36 | 2.43 | - |
| YUV | 70.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 27 | 0 | 0.99 | 0.88 | 0.14 | 353.36 | 0.97 | 0.44 |
| Hex | DC | 3 | 1B | 0 | 63 | 58 | E | 161 | 61 | 2C |
| Octal | 334 | 3 | 33 | 0 | 143 | 130 | 16 | 541 | 141 | 54 |
| Binary | 11011100 | 11 | 11011 | 0 | 1100011 | 1011000 | 1110 | 101100001 | 1100001 | 101100 |
Color Harmonies of #DC031B
Complementary color
Monochromatic Colors of #DC031B
Black with #DC031B
Text Example
Text Example
White with #DC031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC031B; }
p { color: rgb(220,3,27); }
H1.HeaderClassName
{
color: #DC031B;
}
.AnyTagClassName
{
color: #DC031B;
}
</style>
background-color css
<style>
a { background-color: #DC031B; }
a { background-color: rgb(220,3,27); }
div.DivClassName
{
background-color: #DC031B;
}
.BgClassName
{
background-color: #DC031B;
}
</style>
border-color css
<style>
span { border-color: #DC031B; }
span { border-color: rgb(220,3,27); }
td.TdClassName
{
border-color: #DC031B;
}
.TagClassName
{
border-color: #DC031B;
}
</style>