Shades of Venetian Red #DD0415
Tints of Venetian Red #DD0415
RGB
CMYK
RGB Variations
Color information
#DD0415 (or 0xDD0415) is known color: Venetian Red. HEX triplet: DD, 04 and 15. RGB value is (221,4,21). Sum of RGB (Red+Green+Blue) = 221+4+21=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0415 is #22FBEA. Grayscale: #464646. Windows color (decimal): -2292715 or 1377501. OLE color: 1377501.
HSL color Cylindrical-coordinate representation of color #DD0415: hue angle of 355.3º 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 #DD0415 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 21 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.13 |
| HSL | 355.3º | 0.96% | 0.44% | - |
| HSV(B) | 355.3º | 0.98% | 0.87% | - |
| XYZ | 30 | 15.51 | 2.12 | - |
| YUV | 70.82 | 99.89 | 235.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 21 | 0 | 0.98 | 0.90 | 0.13 | 355.3 | 0.96 | 0.44 |
| Hex | DD | 4 | 15 | 0 | 62 | 5A | D | 163 | 60 | 2C |
| Octal | 335 | 4 | 25 | 0 | 142 | 132 | 15 | 543 | 140 | 54 |
| Binary | 11011101 | 100 | 10101 | 0 | 1100010 | 1011010 | 1101 | 101100011 | 1100000 | 101100 |
Color Harmonies of #DD0415
Complementary color
Monochromatic Colors of #DD0415
Black with #DD0415
Text Example
Text Example
White with #DD0415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0415; }
p { color: rgb(221,4,21); }
H1.HeaderClassName
{
color: #DD0415;
}
.AnyTagClassName
{
color: #DD0415;
}
</style>
background-color css
<style>
a { background-color: #DD0415; }
a { background-color: rgb(221,4,21); }
div.DivClassName
{
background-color: #DD0415;
}
.BgClassName
{
background-color: #DD0415;
}
</style>
border-color css
<style>
span { border-color: #DD0415; }
span { border-color: rgb(221,4,21); }
td.TdClassName
{
border-color: #DD0415;
}
.TagClassName
{
border-color: #DD0415;
}
</style>