Shades of Venetian Red #DD001B
Tints of Venetian Red #DD001B
RGB
CMYK
RGB Variations
Color information
#DD001B (or 0xDD001B) is known color: Venetian Red. HEX triplet: DD, 00 and 1B. RGB value is (221,0,27). Sum of RGB (Red+Green+Blue) = 221+0+27=248 (32% of max value = 765). Red value is 221 (86.72% from 255 or 89.11% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 221 - color contains mainly: red. Hex color #DD001B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD001B is #22FFE4. Grayscale: #454545. Windows color (decimal): -2293733 or 1769693. OLE color: 1769693.
HSL color Cylindrical-coordinate representation of color #DD001B: hue angle of 352.67º 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 #DD001B is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.88 | 0.13 |
| HSL | 352.67º | 1% | 0.43% | - |
| HSV(B) | 352.67º | 1% | 0.87% | - |
| XYZ | 30.02 | 15.45 | 2.44 | - |
| YUV | 69.16 | 104.22 | 236.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 27 | 0 | 1 | 0.88 | 0.13 | 352.67 | 1 | 0.43 |
| Hex | DD | 0 | 1B | 0 | 64 | 58 | D | 161 | 64 | 2B |
| Octal | 335 | 0 | 33 | 0 | 144 | 130 | 15 | 541 | 144 | 53 |
| Binary | 11011101 | 0 | 11011 | 0 | 1100100 | 1011000 | 1101 | 101100001 | 1100100 | 101011 |
Color Harmonies of #DD001B
Complementary color
Monochromatic Colors of #DD001B
Black with #DD001B
Text Example
Text Example
White with #DD001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD001B; }
p { color: rgb(221,0,27); }
H1.HeaderClassName
{
color: #DD001B;
}
.AnyTagClassName
{
color: #DD001B;
}
</style>
background-color css
<style>
a { background-color: #DD001B; }
a { background-color: rgb(221,0,27); }
div.DivClassName
{
background-color: #DD001B;
}
.BgClassName
{
background-color: #DD001B;
}
</style>
border-color css
<style>
span { border-color: #DD001B; }
span { border-color: rgb(221,0,27); }
td.TdClassName
{
border-color: #DD001B;
}
.TagClassName
{
border-color: #DD001B;
}
</style>