Shades of Venetian Red #DC050D
Tints of Venetian Red #DC050D
RGB
CMYK
RGB Variations
Color information
#DC050D (or 0xDC050D) is known color: Venetian Red. HEX triplet: DC, 05 and 0D. RGB value is (220,5,13). Sum of RGB (Red+Green+Blue) = 220+5+13=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC050D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC050D is #23FAF2. Grayscale: #464646. Windows color (decimal): -2358003 or 853468. OLE color: 853468.
HSL color Cylindrical-coordinate representation of color #DC050D: hue angle of 357.77º 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 #DC050D is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 13 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.14 |
| HSL | 357.77º | 0.96% | 0.44% | - |
| HSV(B) | 357.77º | 0.98% | 0.86% | - |
| XYZ | 29.64 | 15.35 | 1.78 | - |
| YUV | 70.2 | 95.73 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 13 | 0 | 0.98 | 0.94 | 0.14 | 357.77 | 0.96 | 0.44 |
| Hex | DC | 5 | D | 0 | 62 | 5E | E | 166 | 60 | 2C |
| Octal | 334 | 5 | 15 | 0 | 142 | 136 | 16 | 546 | 140 | 54 |
| Binary | 11011100 | 101 | 1101 | 0 | 1100010 | 1011110 | 1110 | 101100110 | 1100000 | 101100 |
Color Harmonies of #DC050D
Complementary color
Monochromatic Colors of #DC050D
Black with #DC050D
Text Example
Text Example
White with #DC050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC050D; }
p { color: rgb(220,5,13); }
H1.HeaderClassName
{
color: #DC050D;
}
.AnyTagClassName
{
color: #DC050D;
}
</style>
background-color css
<style>
a { background-color: #DC050D; }
a { background-color: rgb(220,5,13); }
div.DivClassName
{
background-color: #DC050D;
}
.BgClassName
{
background-color: #DC050D;
}
</style>
border-color css
<style>
span { border-color: #DC050D; }
span { border-color: rgb(220,5,13); }
td.TdClassName
{
border-color: #DC050D;
}
.TagClassName
{
border-color: #DC050D;
}
</style>