Shades of Venetian Red #DC050E
Tints of Venetian Red #DC050E
RGB
CMYK
RGB Variations
Color information
#DC050E (or 0xDC050E) is known color: Venetian Red. HEX triplet: DC, 05 and 0E. RGB value is (220,5,14). Sum of RGB (Red+Green+Blue) = 220+5+14=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC050E is #23FAF1. Grayscale: #464646. Windows color (decimal): -2358002 or 919004. OLE color: 919004.
HSL color Cylindrical-coordinate representation of color #DC050E: hue angle of 357.49º 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 #DC050E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.14 |
| HSL | 357.49º | 0.96% | 0.44% | - |
| HSV(B) | 357.49º | 0.98% | 0.86% | - |
| XYZ | 29.65 | 15.36 | 1.82 | - |
| YUV | 70.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 14 | 0 | 0.98 | 0.94 | 0.14 | 357.49 | 0.96 | 0.44 |
| Hex | DC | 5 | E | 0 | 62 | 5E | E | 165 | 60 | 2C |
| Octal | 334 | 5 | 16 | 0 | 142 | 136 | 16 | 545 | 140 | 54 |
| Binary | 11011100 | 101 | 1110 | 0 | 1100010 | 1011110 | 1110 | 101100101 | 1100000 | 101100 |
Color Harmonies of #DC050E
Complementary color
Monochromatic Colors of #DC050E
Black with #DC050E
Text Example
Text Example
White with #DC050E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC050E; }
p { color: rgb(220,5,14); }
H1.HeaderClassName
{
color: #DC050E;
}
.AnyTagClassName
{
color: #DC050E;
}
</style>
background-color css
<style>
a { background-color: #DC050E; }
a { background-color: rgb(220,5,14); }
div.DivClassName
{
background-color: #DC050E;
}
.BgClassName
{
background-color: #DC050E;
}
</style>
border-color css
<style>
span { border-color: #DC050E; }
span { border-color: rgb(220,5,14); }
td.TdClassName
{
border-color: #DC050E;
}
.TagClassName
{
border-color: #DC050E;
}
</style>