Shades of Venetian Red #DD041B
Tints of Venetian Red #DD041B
RGB
CMYK
RGB Variations
Color information
#DD041B (or 0xDD041B) is known color: Venetian Red. HEX triplet: DD, 04 and 1B. RGB value is (221,4,27). Sum of RGB (Red+Green+Blue) = 221+4+27=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD041B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD041B is #22FBE4. Grayscale: #474747. Windows color (decimal): -2292709 or 1770717. OLE color: 1770717.
HSL color Cylindrical-coordinate representation of color #DD041B: hue angle of 353.64º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD041B is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 27 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.13 |
| HSL | 353.64º | 0.96% | 0.44% | - |
| HSV(B) | 353.64º | 0.98% | 0.87% | - |
| XYZ | 30.06 | 15.54 | 2.45 | - |
| YUV | 71.51 | 102.89 | 234.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 27 | 0 | 0.98 | 0.88 | 0.13 | 353.64 | 0.96 | 0.44 |
| Hex | DD | 4 | 1B | 0 | 62 | 58 | D | 162 | 60 | 2C |
| Octal | 335 | 4 | 33 | 0 | 142 | 130 | 15 | 542 | 140 | 54 |
| Binary | 11011101 | 100 | 11011 | 0 | 1100010 | 1011000 | 1101 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DD041B
Complementary color
Monochromatic Colors of #DD041B
Black with #DD041B
Text Example
Text Example
White with #DD041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD041B; }
p { color: rgb(221,4,27); }
H1.HeaderClassName
{
color: #DD041B;
}
.AnyTagClassName
{
color: #DD041B;
}
</style>
background-color css
<style>
a { background-color: #DD041B; }
a { background-color: rgb(221,4,27); }
div.DivClassName
{
background-color: #DD041B;
}
.BgClassName
{
background-color: #DD041B;
}
</style>
border-color css
<style>
span { border-color: #DD041B; }
span { border-color: rgb(221,4,27); }
td.TdClassName
{
border-color: #DD041B;
}
.TagClassName
{
border-color: #DD041B;
}
</style>