Shades of Venetian Red #DD0715
Tints of Venetian Red #DD0715
RGB
CMYK
RGB Variations
Color information
#DD0715 (or 0xDD0715) is known color: Venetian Red. HEX triplet: DD, 07 and 15. RGB value is (221,7,21). Sum of RGB (Red+Green+Blue) = 221+7+21=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0715 is #22F8EA. Grayscale: #484848. Windows color (decimal): -2291947 or 1378269. OLE color: 1378269.
HSL color Cylindrical-coordinate representation of color #DD0715: hue angle of 356.07º degrees, saturation: 0.94, 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 #DD0715 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 21 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.13 |
| HSL | 356.07º | 0.94% | 0.45% | - |
| HSV(B) | 356.07º | 0.97% | 0.87% | - |
| XYZ | 30.03 | 15.58 | 2.13 | - |
| YUV | 72.58 | 98.9 | 233.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 21 | 0 | 0.97 | 0.90 | 0.13 | 356.07 | 0.94 | 0.45 |
| Hex | DD | 7 | 15 | 0 | 61 | 5A | D | 164 | 5E | 2D |
| Octal | 335 | 7 | 25 | 0 | 141 | 132 | 15 | 544 | 136 | 55 |
| Binary | 11011101 | 111 | 10101 | 0 | 1100001 | 1011010 | 1101 | 101100100 | 1011110 | 101101 |
Color Harmonies of #DD0715
Complementary color
Monochromatic Colors of #DD0715
Black with #DD0715
Text Example
Text Example
White with #DD0715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0715; }
p { color: rgb(221,7,21); }
H1.HeaderClassName
{
color: #DD0715;
}
.AnyTagClassName
{
color: #DD0715;
}
</style>
background-color css
<style>
a { background-color: #DD0715; }
a { background-color: rgb(221,7,21); }
div.DivClassName
{
background-color: #DD0715;
}
.BgClassName
{
background-color: #DD0715;
}
</style>
border-color css
<style>
span { border-color: #DD0715; }
span { border-color: rgb(221,7,21); }
td.TdClassName
{
border-color: #DD0715;
}
.TagClassName
{
border-color: #DD0715;
}
</style>