Shades of Venetian Red #DD0619
Tints of Venetian Red #DD0619
RGB
CMYK
RGB Variations
Color information
#DD0619 (or 0xDD0619) is known color: Venetian Red. HEX triplet: DD, 06 and 19. RGB value is (221,6,25). Sum of RGB (Red+Green+Blue) = 221+6+25=252 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.70% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0619 is #22F9E6. Grayscale: #484848. Windows color (decimal): -2292199 or 1640157. OLE color: 1640157.
HSL color Cylindrical-coordinate representation of color #DD0619: hue angle of 354.7º degrees, saturation: 0.95, 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 #DD0619 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 25 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.13 |
| HSL | 354.7º | 0.95% | 0.45% | - |
| HSV(B) | 354.7º | 0.97% | 0.87% | - |
| XYZ | 30.06 | 15.57 | 2.34 | - |
| YUV | 72.45 | 101.23 | 233.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 25 | 0 | 0.97 | 0.89 | 0.13 | 354.7 | 0.95 | 0.45 |
| Hex | DD | 6 | 19 | 0 | 61 | 59 | D | 163 | 5F | 2D |
| Octal | 335 | 6 | 31 | 0 | 141 | 131 | 15 | 543 | 137 | 55 |
| Binary | 11011101 | 110 | 11001 | 0 | 1100001 | 1011001 | 1101 | 101100011 | 1011111 | 101101 |
Color Harmonies of #DD0619
Complementary color
Monochromatic Colors of #DD0619
Black with #DD0619
Text Example
Text Example
White with #DD0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0619; }
p { color: rgb(221,6,25); }
H1.HeaderClassName
{
color: #DD0619;
}
.AnyTagClassName
{
color: #DD0619;
}
</style>
background-color css
<style>
a { background-color: #DD0619; }
a { background-color: rgb(221,6,25); }
div.DivClassName
{
background-color: #DD0619;
}
.BgClassName
{
background-color: #DD0619;
}
</style>
border-color css
<style>
span { border-color: #DD0619; }
span { border-color: rgb(221,6,25); }
td.TdClassName
{
border-color: #DD0619;
}
.TagClassName
{
border-color: #DD0619;
}
</style>