Shades of Venetian Red #DC070B
Tints of Venetian Red #DC070B
RGB
CMYK
RGB Variations
Color information
#DC070B (or 0xDC070B) is known color: Venetian Red. HEX triplet: DC, 07 and 0B. RGB value is (220,7,11). Sum of RGB (Red+Green+Blue) = 220+7+11=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 7 (3.12% from 255 or 2.94% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC070B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC070B is #23F8F4. Grayscale: #474747. Windows color (decimal): -2357493 or 722908. OLE color: 722908.
HSL color Cylindrical-coordinate representation of color #DC070B: hue angle of 358.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC070B is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 11 | - |
| CMYK | 0 | 0.97 | 0.95 | 0.14 |
| HSL | 358.87º | 0.94% | 0.45% | - |
| HSV(B) | 358.87º | 0.97% | 0.86% | - |
| XYZ | 29.65 | 15.39 | 1.72 | - |
| YUV | 71.14 | 94.07 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 11 | 0 | 0.97 | 0.95 | 0.14 | 358.87 | 0.94 | 0.45 |
| Hex | DC | 7 | B | 0 | 61 | 5F | E | 167 | 5E | 2D |
| Octal | 334 | 7 | 13 | 0 | 141 | 137 | 16 | 547 | 136 | 55 |
| Binary | 11011100 | 111 | 1011 | 0 | 1100001 | 1011111 | 1110 | 101100111 | 1011110 | 101101 |
Color Harmonies of #DC070B
Complementary color
Monochromatic Colors of #DC070B
Black with #DC070B
Text Example
Text Example
White with #DC070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC070B; }
p { color: rgb(220,7,11); }
H1.HeaderClassName
{
color: #DC070B;
}
.AnyTagClassName
{
color: #DC070B;
}
</style>
background-color css
<style>
a { background-color: #DC070B; }
a { background-color: rgb(220,7,11); }
div.DivClassName
{
background-color: #DC070B;
}
.BgClassName
{
background-color: #DC070B;
}
</style>
border-color css
<style>
span { border-color: #DC070B; }
span { border-color: rgb(220,7,11); }
td.TdClassName
{
border-color: #DC070B;
}
.TagClassName
{
border-color: #DC070B;
}
</style>