Shades of Venetian Red #DD010B
Tints of Venetian Red #DD010B
RGB
CMYK
RGB Variations
Color information
#DD010B (or 0xDD010B) is known color: Venetian Red. HEX triplet: DD, 01 and 0B. RGB value is (221,1,11). Sum of RGB (Red+Green+Blue) = 221+1+11=233 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.85% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 221 - color contains mainly: red. Hex color #DD010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD010B is #22FEF4. Grayscale: #444444. Windows color (decimal): -2293493 or 721373. OLE color: 721373.
HSL color Cylindrical-coordinate representation of color #DD010B: hue angle of 357.27º 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 #DD010B is Cyan = 0, Magento = 1.00, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 11 | - |
| CMYK | 0 | 1.00 | 0.95 | 0.13 |
| HSL | 357.27º | 0.99% | 0.44% | - |
| HSV(B) | 357.27º | 1% | 0.87% | - |
| XYZ | 29.89 | 15.42 | 1.72 | - |
| YUV | 67.92 | 95.89 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 11 | 0 | 1.00 | 0.95 | 0.13 | 357.27 | 0.99 | 0.44 |
| Hex | DD | 1 | B | 0 | 64 | 5F | D | 165 | 63 | 2C |
| Octal | 335 | 1 | 13 | 0 | 144 | 137 | 15 | 545 | 143 | 54 |
| Binary | 11011101 | 1 | 1011 | 0 | 1100100 | 1011111 | 1101 | 101100101 | 1100011 | 101100 |
Color Harmonies of #DD010B
Complementary color
Monochromatic Colors of #DD010B
Black with #DD010B
Text Example
Text Example
White with #DD010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD010B; }
p { color: rgb(221,1,11); }
H1.HeaderClassName
{
color: #DD010B;
}
.AnyTagClassName
{
color: #DD010B;
}
</style>
background-color css
<style>
a { background-color: #DD010B; }
a { background-color: rgb(221,1,11); }
div.DivClassName
{
background-color: #DD010B;
}
.BgClassName
{
background-color: #DD010B;
}
</style>
border-color css
<style>
span { border-color: #DD010B; }
span { border-color: rgb(221,1,11); }
td.TdClassName
{
border-color: #DD010B;
}
.TagClassName
{
border-color: #DD010B;
}
</style>