Shades of Venetian Red #DD011D
Tints of Venetian Red #DD011D
RGB
CMYK
RGB Variations
Color information
#DD011D (or 0xDD011D) is known color: Venetian Red. HEX triplet: DD, 01 and 1D. RGB value is (221,1,29). Sum of RGB (Red+Green+Blue) = 221+1+29=251 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.05% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 221 - color contains mainly: red. Hex color #DD011D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD011D is #22FEE2. Grayscale: #464646. Windows color (decimal): -2293475 or 1901021. OLE color: 1901021.
HSL color Cylindrical-coordinate representation of color #DD011D: hue angle of 352.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD011D is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.13 |
| HSL | 352.36º | 0.99% | 0.44% | - |
| HSV(B) | 352.36º | 1% | 0.87% | - |
| XYZ | 30.05 | 15.48 | 2.57 | - |
| YUV | 69.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 29 | 0 | 1.00 | 0.87 | 0.13 | 352.36 | 0.99 | 0.44 |
| Hex | DD | 1 | 1D | 0 | 64 | 57 | D | 160 | 63 | 2C |
| Octal | 335 | 1 | 35 | 0 | 144 | 127 | 15 | 540 | 143 | 54 |
| Binary | 11011101 | 1 | 11101 | 0 | 1100100 | 1010111 | 1101 | 101100000 | 1100011 | 101100 |
Color Harmonies of #DD011D
Complementary color
Monochromatic Colors of #DD011D
Black with #DD011D
Text Example
Text Example
White with #DD011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD011D; }
p { color: rgb(221,1,29); }
H1.HeaderClassName
{
color: #DD011D;
}
.AnyTagClassName
{
color: #DD011D;
}
</style>
background-color css
<style>
a { background-color: #DD011D; }
a { background-color: rgb(221,1,29); }
div.DivClassName
{
background-color: #DD011D;
}
.BgClassName
{
background-color: #DD011D;
}
</style>
border-color css
<style>
span { border-color: #DD011D; }
span { border-color: rgb(221,1,29); }
td.TdClassName
{
border-color: #DD011D;
}
.TagClassName
{
border-color: #DD011D;
}
</style>