Shades of Venetian Red #DD071B
Tints of Venetian Red #DD071B
RGB
CMYK
RGB Variations
Color information
#DD071B (or 0xDD071B) is known color: Venetian Red. HEX triplet: DD, 07 and 1B. RGB value is (221,7,27). Sum of RGB (Red+Green+Blue) = 221+7+27=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD071B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD071B is #22F8E4. Grayscale: #494949. Windows color (decimal): -2291941 or 1771485. OLE color: 1771485.
HSL color Cylindrical-coordinate representation of color #DD071B: hue angle of 354.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD071B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 27 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.13 |
| HSL | 354.39º | 0.94% | 0.45% | - |
| HSV(B) | 354.39º | 0.97% | 0.87% | - |
| XYZ | 30.09 | 15.6 | 2.46 | - |
| YUV | 73.27 | 101.9 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 27 | 0 | 0.97 | 0.88 | 0.13 | 354.39 | 0.94 | 0.45 |
| Hex | DD | 7 | 1B | 0 | 61 | 58 | D | 162 | 5E | 2D |
| Octal | 335 | 7 | 33 | 0 | 141 | 130 | 15 | 542 | 136 | 55 |
| Binary | 11011101 | 111 | 11011 | 0 | 1100001 | 1011000 | 1101 | 101100010 | 1011110 | 101101 |
Color Harmonies of #DD071B
Complementary color
Monochromatic Colors of #DD071B
Black with #DD071B
Text Example
Text Example
White with #DD071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD071B; }
p { color: rgb(221,7,27); }
H1.HeaderClassName
{
color: #DD071B;
}
.AnyTagClassName
{
color: #DD071B;
}
</style>
background-color css
<style>
a { background-color: #DD071B; }
a { background-color: rgb(221,7,27); }
div.DivClassName
{
background-color: #DD071B;
}
.BgClassName
{
background-color: #DD071B;
}
</style>
border-color css
<style>
span { border-color: #DD071B; }
span { border-color: rgb(221,7,27); }
td.TdClassName
{
border-color: #DD071B;
}
.TagClassName
{
border-color: #DD071B;
}
</style>