Shades of Venetian Red #DC080A
Tints of Venetian Red #DC080A
RGB
CMYK
RGB Variations
Color information
#DC080A (or 0xDC080A) is known color: Venetian Red. HEX triplet: DC, 08 and 0A. RGB value is (220,8,10). Sum of RGB (Red+Green+Blue) = 220+8+10=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC080A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC080A is #23F7F5. Grayscale: #474747. Windows color (decimal): -2357238 or 657628. OLE color: 657628.
HSL color Cylindrical-coordinate representation of color #DC080A: hue angle of 359.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC080A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 10 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.14 |
| HSL | 359.43º | 0.93% | 0.45% | - |
| HSV(B) | 359.43º | 0.96% | 0.86% | - |
| XYZ | 29.66 | 15.41 | 1.7 | - |
| YUV | 71.62 | 93.24 | 233.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 10 | 0 | 0.96 | 0.95 | 0.14 | 359.43 | 0.93 | 0.45 |
| Hex | DC | 8 | A | 0 | 60 | 5F | E | 167 | 5D | 2D |
| Octal | 334 | 10 | 12 | 0 | 140 | 137 | 16 | 547 | 135 | 55 |
| Binary | 11011100 | 1000 | 1010 | 0 | 1100000 | 1011111 | 1110 | 101100111 | 1011101 | 101101 |
Color Harmonies of #DC080A
Complementary color
Monochromatic Colors of #DC080A
Black with #DC080A
Text Example
Text Example
White with #DC080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC080A; }
p { color: rgb(220,8,10); }
H1.HeaderClassName
{
color: #DC080A;
}
.AnyTagClassName
{
color: #DC080A;
}
</style>
background-color css
<style>
a { background-color: #DC080A; }
a { background-color: rgb(220,8,10); }
div.DivClassName
{
background-color: #DC080A;
}
.BgClassName
{
background-color: #DC080A;
}
</style>
border-color css
<style>
span { border-color: #DC080A; }
span { border-color: rgb(220,8,10); }
td.TdClassName
{
border-color: #DC080A;
}
.TagClassName
{
border-color: #DC080A;
}
</style>