Shades of Venetian Red #DD0413
Tints of Venetian Red #DD0413
RGB
CMYK
RGB Variations
Color information
#DD0413 (or 0xDD0413) is known color: Venetian Red. HEX triplet: DD, 04 and 13. RGB value is (221,4,19). Sum of RGB (Red+Green+Blue) = 221+4+19=244 (32% of max value = 765). Red value is 221 (86.72% from 255 or 90.57% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0413 is #22FBEC. Grayscale: #464646. Windows color (decimal): -2292717 or 1246429. OLE color: 1246429.
HSL color Cylindrical-coordinate representation of color #DD0413: hue angle of 355.85º 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 #DD0413 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.13 |
| HSL | 355.85º | 0.96% | 0.44% | - |
| HSV(B) | 355.85º | 0.98% | 0.87% | - |
| XYZ | 29.98 | 15.51 | 2.03 | - |
| YUV | 70.59 | 98.89 | 235.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 19 | 0 | 0.98 | 0.91 | 0.13 | 355.85 | 0.96 | 0.44 |
| Hex | DD | 4 | 13 | 0 | 62 | 5B | D | 164 | 60 | 2C |
| Octal | 335 | 4 | 23 | 0 | 142 | 133 | 15 | 544 | 140 | 54 |
| Binary | 11011101 | 100 | 10011 | 0 | 1100010 | 1011011 | 1101 | 101100100 | 1100000 | 101100 |
Color Harmonies of #DD0413
Complementary color
Monochromatic Colors of #DD0413
Black with #DD0413
Text Example
Text Example
White with #DD0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0413; }
p { color: rgb(221,4,19); }
H1.HeaderClassName
{
color: #DD0413;
}
.AnyTagClassName
{
color: #DD0413;
}
</style>
background-color css
<style>
a { background-color: #DD0413; }
a { background-color: rgb(221,4,19); }
div.DivClassName
{
background-color: #DD0413;
}
.BgClassName
{
background-color: #DD0413;
}
</style>
border-color css
<style>
span { border-color: #DD0413; }
span { border-color: rgb(221,4,19); }
td.TdClassName
{
border-color: #DD0413;
}
.TagClassName
{
border-color: #DD0413;
}
</style>