Shades of Venetian Red #DD0010
Tints of Venetian Red #DD0010
RGB
CMYK
RGB Variations
Color information
#DD0010 (or 0xDD0010) is known color: Venetian Red. HEX triplet: DD, 00 and 10. RGB value is (221,0,16). Sum of RGB (Red+Green+Blue) = 221+0+16=237 (31% of max value = 765). Red value is 221 (86.72% from 255 or 93.25% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0010 is #22FFEF. Grayscale: #444444. Windows color (decimal): -2293744 or 1048797. OLE color: 1048797.
HSL color Cylindrical-coordinate representation of color #DD0010: hue angle of 355.66º 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 #DD0010 is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.93 | 0.13 |
| HSL | 355.66º | 1% | 0.43% | - |
| HSV(B) | 355.66º | 1% | 0.87% | - |
| XYZ | 29.91 | 15.41 | 1.89 | - |
| YUV | 67.9 | 98.72 | 237.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 16 | 0 | 1 | 0.93 | 0.13 | 355.66 | 1 | 0.43 |
| Hex | DD | 0 | 10 | 0 | 64 | 5D | D | 164 | 64 | 2B |
| Octal | 335 | 0 | 20 | 0 | 144 | 135 | 15 | 544 | 144 | 53 |
| Binary | 11011101 | 0 | 10000 | 0 | 1100100 | 1011101 | 1101 | 101100100 | 1100100 | 101011 |
Color Harmonies of #DD0010
Complementary color
Monochromatic Colors of #DD0010
Black with #DD0010
Text Example
Text Example
White with #DD0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0010; }
p { color: rgb(221,0,16); }
H1.HeaderClassName
{
color: #DD0010;
}
.AnyTagClassName
{
color: #DD0010;
}
</style>
background-color css
<style>
a { background-color: #DD0010; }
a { background-color: rgb(221,0,16); }
div.DivClassName
{
background-color: #DD0010;
}
.BgClassName
{
background-color: #DD0010;
}
</style>
border-color css
<style>
span { border-color: #DD0010; }
span { border-color: rgb(221,0,16); }
td.TdClassName
{
border-color: #DD0010;
}
.TagClassName
{
border-color: #DD0010;
}
</style>