Shades of Venetian Red #DD0419
Tints of Venetian Red #DD0419
RGB
CMYK
RGB Variations
Color information
#DD0419 (or 0xDD0419) is known color: Venetian Red. HEX triplet: DD, 04 and 19. RGB value is (221,4,25). Sum of RGB (Red+Green+Blue) = 221+4+25=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0419 is #22FBE6. Grayscale: #474747. Windows color (decimal): -2292711 or 1639645. OLE color: 1639645.
HSL color Cylindrical-coordinate representation of color #DD0419: hue angle of 354.19º 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 #DD0419 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 25 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.13 |
| HSL | 354.19º | 0.96% | 0.44% | - |
| HSV(B) | 354.19º | 0.98% | 0.87% | - |
| XYZ | 30.04 | 15.53 | 2.33 | - |
| YUV | 71.28 | 101.89 | 234.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 25 | 0 | 0.98 | 0.89 | 0.13 | 354.19 | 0.96 | 0.44 |
| Hex | DD | 4 | 19 | 0 | 62 | 59 | D | 162 | 60 | 2C |
| Octal | 335 | 4 | 31 | 0 | 142 | 131 | 15 | 542 | 140 | 54 |
| Binary | 11011101 | 100 | 11001 | 0 | 1100010 | 1011001 | 1101 | 101100010 | 1100000 | 101100 |
Color Harmonies of #DD0419
Complementary color
Monochromatic Colors of #DD0419
Black with #DD0419
Text Example
Text Example
White with #DD0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0419; }
p { color: rgb(221,4,25); }
H1.HeaderClassName
{
color: #DD0419;
}
.AnyTagClassName
{
color: #DD0419;
}
</style>
background-color css
<style>
a { background-color: #DD0419; }
a { background-color: rgb(221,4,25); }
div.DivClassName
{
background-color: #DD0419;
}
.BgClassName
{
background-color: #DD0419;
}
</style>
border-color css
<style>
span { border-color: #DD0419; }
span { border-color: rgb(221,4,25); }
td.TdClassName
{
border-color: #DD0419;
}
.TagClassName
{
border-color: #DD0419;
}
</style>