Shades of Venetian Red #DC051E
Tints of Venetian Red #DC051E
RGB
CMYK
RGB Variations
Color information
#DC051E (or 0xDC051E) is known color: Venetian Red. HEX triplet: DC, 05 and 1E. RGB value is (220,5,30). Sum of RGB (Red+Green+Blue) = 220+5+30=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC051E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC051E is #23FAE1. Grayscale: #484848. Windows color (decimal): -2357986 or 1967580. OLE color: 1967580.
HSL color Cylindrical-coordinate representation of color #DC051E: hue angle of 353.02º 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 #DC051E is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 30 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.14 |
| HSL | 353.02º | 0.96% | 0.44% | - |
| HSV(B) | 353.02º | 0.98% | 0.86% | - |
| XYZ | 29.8 | 15.42 | 2.63 | - |
| YUV | 72.14 | 104.23 | 233.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 30 | 0 | 0.98 | 0.86 | 0.14 | 353.02 | 0.96 | 0.44 |
| Hex | DC | 5 | 1E | 0 | 62 | 56 | E | 161 | 60 | 2C |
| Octal | 334 | 5 | 36 | 0 | 142 | 126 | 16 | 541 | 140 | 54 |
| Binary | 11011100 | 101 | 11110 | 0 | 1100010 | 1010110 | 1110 | 101100001 | 1100000 | 101100 |
Color Harmonies of #DC051E
Complementary color
Monochromatic Colors of #DC051E
Black with #DC051E
Text Example
Text Example
White with #DC051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC051E; }
p { color: rgb(220,5,30); }
H1.HeaderClassName
{
color: #DC051E;
}
.AnyTagClassName
{
color: #DC051E;
}
</style>
background-color css
<style>
a { background-color: #DC051E; }
a { background-color: rgb(220,5,30); }
div.DivClassName
{
background-color: #DC051E;
}
.BgClassName
{
background-color: #DC051E;
}
</style>
border-color css
<style>
span { border-color: #DC051E; }
span { border-color: rgb(220,5,30); }
td.TdClassName
{
border-color: #DC051E;
}
.TagClassName
{
border-color: #DC051E;
}
</style>