Shades of Venetian Red #DD0015
Tints of Venetian Red #DD0015
RGB
CMYK
RGB Variations
Color information
#DD0015 (or 0xDD0015) is known color: Venetian Red. HEX triplet: DD, 00 and 15. RGB value is (221,0,21). Sum of RGB (Red+Green+Blue) = 221+0+21=242 (32% of max value = 765). Red value is 221 (86.72% from 255 or 91.32% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0015 is #22FFEA. Grayscale: #444444. Windows color (decimal): -2293739 or 1376477. OLE color: 1376477.
HSL color Cylindrical-coordinate representation of color #DD0015: hue angle of 354.3º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0015 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.90 | 0.13 |
| HSL | 354.3º | 1% | 0.43% | - |
| HSV(B) | 354.3º | 1% | 0.87% | - |
| XYZ | 29.95 | 15.43 | 2.11 | - |
| YUV | 68.47 | 101.22 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 21 | 0 | 1 | 0.90 | 0.13 | 354.3 | 1 | 0.43 |
| Hex | DD | 0 | 15 | 0 | 64 | 5A | D | 162 | 64 | 2B |
| Octal | 335 | 0 | 25 | 0 | 144 | 132 | 15 | 542 | 144 | 53 |
| Binary | 11011101 | 0 | 10101 | 0 | 1100100 | 1011010 | 1101 | 101100010 | 1100100 | 101011 |
Color Harmonies of #DD0015
Complementary color
Monochromatic Colors of #DD0015
Black with #DD0015
Text Example
Text Example
White with #DD0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0015; }
p { color: rgb(221,0,21); }
H1.HeaderClassName
{
color: #DD0015;
}
.AnyTagClassName
{
color: #DD0015;
}
</style>
background-color css
<style>
a { background-color: #DD0015; }
a { background-color: rgb(221,0,21); }
div.DivClassName
{
background-color: #DD0015;
}
.BgClassName
{
background-color: #DD0015;
}
</style>
border-color css
<style>
span { border-color: #DD0015; }
span { border-color: rgb(221,0,21); }
td.TdClassName
{
border-color: #DD0015;
}
.TagClassName
{
border-color: #DD0015;
}
</style>