Shades of Venetian Red #DD000D
Tints of Venetian Red #DD000D
RGB
CMYK
RGB Variations
Color information
#DD000D (or 0xDD000D) is known color: Venetian Red. HEX triplet: DD, 00 and 0D. RGB value is (221,0,13). Sum of RGB (Red+Green+Blue) = 221+0+13=234 (30% of max value = 765). Red value is 221 (86.72% from 255 or 94.44% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 221 - color contains mainly: red. Hex color #DD000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD000D is #22FFF2. Grayscale: #434343. Windows color (decimal): -2293747 or 852189. OLE color: 852189.
HSL color Cylindrical-coordinate representation of color #DD000D: hue angle of 356.47º 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 #DD000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.94 | 0.13 |
| HSL | 356.47º | 1% | 0.43% | - |
| HSV(B) | 356.47º | 1% | 0.87% | - |
| XYZ | 29.89 | 15.4 | 1.78 | - |
| YUV | 67.56 | 97.22 | 237.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 13 | 0 | 1 | 0.94 | 0.13 | 356.47 | 1 | 0.43 |
| Hex | DD | 0 | D | 0 | 64 | 5E | D | 164 | 64 | 2B |
| Octal | 335 | 0 | 15 | 0 | 144 | 136 | 15 | 544 | 144 | 53 |
| Binary | 11011101 | 0 | 1101 | 0 | 1100100 | 1011110 | 1101 | 101100100 | 1100100 | 101011 |
Color Harmonies of #DD000D
Complementary color
Monochromatic Colors of #DD000D
Black with #DD000D
Text Example
Text Example
White with #DD000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD000D; }
p { color: rgb(221,0,13); }
H1.HeaderClassName
{
color: #DD000D;
}
.AnyTagClassName
{
color: #DD000D;
}
</style>
background-color css
<style>
a { background-color: #DD000D; }
a { background-color: rgb(221,0,13); }
div.DivClassName
{
background-color: #DD000D;
}
.BgClassName
{
background-color: #DD000D;
}
</style>
border-color css
<style>
span { border-color: #DD000D; }
span { border-color: rgb(221,0,13); }
td.TdClassName
{
border-color: #DD000D;
}
.TagClassName
{
border-color: #DD000D;
}
</style>