Shades of Venetian Red #DD001C
Tints of Venetian Red #DD001C
RGB
CMYK
RGB Variations
Color information
#DD001C (or 0xDD001C) is known color: Venetian Red. HEX triplet: DD, 00 and 1C. RGB value is (221,0,28). Sum of RGB (Red+Green+Blue) = 221+0+28=249 (32% of max value = 765). Red value is 221 (86.72% from 255 or 88.76% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001C is #22FFE3. Grayscale: #454545. Windows color (decimal): -2293732 or 1835229. OLE color: 1835229.
HSL color Cylindrical-coordinate representation of color #DD001C: hue angle of 352.4º 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 #DD001C is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.87 | 0.13 |
| HSL | 352.4º | 1% | 0.43% | - |
| HSV(B) | 352.4º | 1% | 0.87% | - |
| XYZ | 30.03 | 15.46 | 2.5 | - |
| YUV | 69.27 | 104.72 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 28 | 0 | 1 | 0.87 | 0.13 | 352.4 | 1 | 0.43 |
| Hex | DD | 0 | 1C | 0 | 64 | 57 | D | 160 | 64 | 2B |
| Octal | 335 | 0 | 34 | 0 | 144 | 127 | 15 | 540 | 144 | 53 |
| Binary | 11011101 | 0 | 11100 | 0 | 1100100 | 1010111 | 1101 | 101100000 | 1100100 | 101011 |
Color Harmonies of #DD001C
Complementary color
Monochromatic Colors of #DD001C
Black with #DD001C
Text Example
Text Example
White with #DD001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD001C; }
p { color: rgb(221,0,28); }
H1.HeaderClassName
{
color: #DD001C;
}
.AnyTagClassName
{
color: #DD001C;
}
</style>
background-color css
<style>
a { background-color: #DD001C; }
a { background-color: rgb(221,0,28); }
div.DivClassName
{
background-color: #DD001C;
}
.BgClassName
{
background-color: #DD001C;
}
</style>
border-color css
<style>
span { border-color: #DD001C; }
span { border-color: rgb(221,0,28); }
td.TdClassName
{
border-color: #DD001C;
}
.TagClassName
{
border-color: #DD001C;
}
</style>