Shades of Venetian Red #DD0C0D
Tints of Venetian Red #DD0C0D
RGB
CMYK
RGB Variations
Color information
#DD0C0D (or 0xDD0C0D) is known color: Venetian Red. HEX triplet: DD, 0C and 0D. RGB value is (221,12,13). Sum of RGB (Red+Green+Blue) = 221+12+13=246 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.84% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD0C0D is #22F3F2. Grayscale: #4A4A4A. Windows color (decimal): -2290675 or 855261. OLE color: 855261.
HSL color Cylindrical-coordinate representation of color #DD0C0D: hue angle of 359.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C0D is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 13 | - |
| CMYK | 0 | 0.95 | 0.94 | 0.13 |
| HSL | 359.71º | 0.9% | 0.46% | - |
| HSV(B) | 359.71º | 0.95% | 0.87% | - |
| XYZ | 30.02 | 15.66 | 1.82 | - |
| YUV | 74.61 | 93.24 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 13 | 0 | 0.95 | 0.94 | 0.13 | 359.71 | 0.9 | 0.46 |
| Hex | DD | C | D | 0 | 5F | 5E | D | 168 | 5A | 2E |
| Octal | 335 | 14 | 15 | 0 | 137 | 136 | 15 | 550 | 132 | 56 |
| Binary | 11011101 | 1100 | 1101 | 0 | 1011111 | 1011110 | 1101 | 101101000 | 1011010 | 101110 |
Color Harmonies of #DD0C0D
Complementary color
Monochromatic Colors of #DD0C0D
Black with #DD0C0D
Text Example
Text Example
White with #DD0C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C0D; }
p { color: rgb(221,12,13); }
H1.HeaderClassName
{
color: #DD0C0D;
}
.AnyTagClassName
{
color: #DD0C0D;
}
</style>
background-color css
<style>
a { background-color: #DD0C0D; }
a { background-color: rgb(221,12,13); }
div.DivClassName
{
background-color: #DD0C0D;
}
.BgClassName
{
background-color: #DD0C0D;
}
</style>
border-color css
<style>
span { border-color: #DD0C0D; }
span { border-color: rgb(221,12,13); }
td.TdClassName
{
border-color: #DD0C0D;
}
.TagClassName
{
border-color: #DD0C0D;
}
</style>