Shades of Venetian Red #DC041A
Tints of Venetian Red #DC041A
RGB
CMYK
RGB Variations
Color information
#DC041A (or 0xDC041A) is known color: Venetian Red. HEX triplet: DC, 04 and 1A. RGB value is (220,4,26). Sum of RGB (Red+Green+Blue) = 220+4+26=250 (33% of max value = 765). Red value is 220 (86.33% from 255 or 88% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 220 - color contains mainly: red. Hex color #DC041A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC041A is #23FBE5. Grayscale: #474747. Windows color (decimal): -2358246 or 1705180. OLE color: 1705180.
HSL color Cylindrical-coordinate representation of color #DC041A: hue angle of 353.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC041A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.14 |
| HSL | 353.89º | 0.96% | 0.44% | - |
| HSV(B) | 353.89º | 0.98% | 0.86% | - |
| XYZ | 29.75 | 15.38 | 2.38 | - |
| YUV | 71.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 26 | 0 | 0.98 | 0.88 | 0.14 | 353.89 | 0.96 | 0.44 |
| Hex | DC | 4 | 1A | 0 | 62 | 58 | E | 162 | 60 | 2C |
| Octal | 334 | 4 | 32 | 0 | 142 | 130 | 16 | 542 | 140 | 54 |
| Binary | 11011100 | 100 | 11010 | 0 | 1100010 | 1011000 | 1110 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DC041A
Complementary color
Monochromatic Colors of #DC041A
Black with #DC041A
Text Example
Text Example
White with #DC041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC041A; }
p { color: rgb(220,4,26); }
H1.HeaderClassName
{
color: #DC041A;
}
.AnyTagClassName
{
color: #DC041A;
}
</style>
background-color css
<style>
a { background-color: #DC041A; }
a { background-color: rgb(220,4,26); }
div.DivClassName
{
background-color: #DC041A;
}
.BgClassName
{
background-color: #DC041A;
}
</style>
border-color css
<style>
span { border-color: #DC041A; }
span { border-color: rgb(220,4,26); }
td.TdClassName
{
border-color: #DC041A;
}
.TagClassName
{
border-color: #DC041A;
}
</style>