Shades of Venetian Red #DC050A
Tints of Venetian Red #DC050A
RGB
CMYK
RGB Variations
Color information
#DC050A (or 0xDC050A) is known color: Venetian Red. HEX triplet: DC, 05 and 0A. RGB value is (220,5,10). Sum of RGB (Red+Green+Blue) = 220+5+10=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC050A is #23FAF5. Grayscale: #464646. Windows color (decimal): -2358006 or 656860. OLE color: 656860.
HSL color Cylindrical-coordinate representation of color #DC050A: hue angle of 358.6º 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 #DC050A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 10 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.14 |
| HSL | 358.6º | 0.96% | 0.44% | - |
| HSV(B) | 358.6º | 0.98% | 0.86% | - |
| XYZ | 29.62 | 15.35 | 1.69 | - |
| YUV | 69.86 | 94.23 | 235.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 10 | 0 | 0.98 | 0.95 | 0.14 | 358.6 | 0.96 | 0.44 |
| Hex | DC | 5 | A | 0 | 62 | 5F | E | 167 | 60 | 2C |
| Octal | 334 | 5 | 12 | 0 | 142 | 137 | 16 | 547 | 140 | 54 |
| Binary | 11011100 | 101 | 1010 | 0 | 1100010 | 1011111 | 1110 | 101100111 | 1100000 | 101100 |
Color Harmonies of #DC050A
Complementary color
Monochromatic Colors of #DC050A
Black with #DC050A
Text Example
Text Example
White with #DC050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC050A; }
p { color: rgb(220,5,10); }
H1.HeaderClassName
{
color: #DC050A;
}
.AnyTagClassName
{
color: #DC050A;
}
</style>
background-color css
<style>
a { background-color: #DC050A; }
a { background-color: rgb(220,5,10); }
div.DivClassName
{
background-color: #DC050A;
}
.BgClassName
{
background-color: #DC050A;
}
</style>
border-color css
<style>
span { border-color: #DC050A; }
span { border-color: rgb(220,5,10); }
td.TdClassName
{
border-color: #DC050A;
}
.TagClassName
{
border-color: #DC050A;
}
</style>