Shades of Venetian Red #DD011F
Tints of Venetian Red #DD011F
RGB
CMYK
RGB Variations
Color information
#DD011F (or 0xDD011F) is known color: Venetian Red. HEX triplet: DD, 01 and 1F. RGB value is (221,1,31). Sum of RGB (Red+Green+Blue) = 221+1+31=253 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.35% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 221 - color contains mainly: red. Hex color #DD011F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD011F is #22FEE0. Grayscale: #464646. Windows color (decimal): -2293473 or 2032093. OLE color: 2032093.
HSL color Cylindrical-coordinate representation of color #DD011F: hue angle of 351.82º 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 #DD011F is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.13 |
| HSL | 351.82º | 0.99% | 0.44% | - |
| HSV(B) | 351.82º | 1% | 0.87% | - |
| XYZ | 30.08 | 15.49 | 2.7 | - |
| YUV | 70.2 | 105.89 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 31 | 0 | 1.00 | 0.86 | 0.13 | 351.82 | 0.99 | 0.44 |
| Hex | DD | 1 | 1F | 0 | 64 | 56 | D | 160 | 63 | 2C |
| Octal | 335 | 1 | 37 | 0 | 144 | 126 | 15 | 540 | 143 | 54 |
| Binary | 11011101 | 1 | 11111 | 0 | 1100100 | 1010110 | 1101 | 101100000 | 1100011 | 101100 |
Color Harmonies of #DD011F
Complementary color
Monochromatic Colors of #DD011F
Black with #DD011F
Text Example
Text Example
White with #DD011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD011F; }
p { color: rgb(221,1,31); }
H1.HeaderClassName
{
color: #DD011F;
}
.AnyTagClassName
{
color: #DD011F;
}
</style>
background-color css
<style>
a { background-color: #DD011F; }
a { background-color: rgb(221,1,31); }
div.DivClassName
{
background-color: #DD011F;
}
.BgClassName
{
background-color: #DD011F;
}
</style>
border-color css
<style>
span { border-color: #DD011F; }
span { border-color: rgb(221,1,31); }
td.TdClassName
{
border-color: #DD011F;
}
.TagClassName
{
border-color: #DD011F;
}
</style>