Shades of Venetian Red #DD031F
Tints of Venetian Red #DD031F
RGB
CMYK
RGB Variations
Color information
#DD031F (or 0xDD031F) is known color: Venetian Red. HEX triplet: DD, 03 and 1F. RGB value is (221,3,31). Sum of RGB (Red+Green+Blue) = 221+3+31=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD031F is #22FCE0. Grayscale: #474747. Windows color (decimal): -2292961 or 2032605. OLE color: 2032605.
HSL color Cylindrical-coordinate representation of color #DD031F: hue angle of 352.29º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD031F is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.13 |
| HSL | 352.29º | 0.97% | 0.44% | - |
| HSV(B) | 352.29º | 0.99% | 0.87% | - |
| XYZ | 30.1 | 15.54 | 2.71 | - |
| YUV | 71.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 31 | 0 | 0.99 | 0.86 | 0.13 | 352.29 | 0.97 | 0.44 |
| Hex | DD | 3 | 1F | 0 | 63 | 56 | D | 160 | 61 | 2C |
| Octal | 335 | 3 | 37 | 0 | 143 | 126 | 15 | 540 | 141 | 54 |
| Binary | 11011101 | 11 | 11111 | 0 | 1100011 | 1010110 | 1101 | 101100000 | 1100001 | 101100 |
Color Harmonies of #DD031F
Complementary color
Monochromatic Colors of #DD031F
Black with #DD031F
Text Example
Text Example
White with #DD031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD031F; }
p { color: rgb(221,3,31); }
H1.HeaderClassName
{
color: #DD031F;
}
.AnyTagClassName
{
color: #DD031F;
}
</style>
background-color css
<style>
a { background-color: #DD031F; }
a { background-color: rgb(221,3,31); }
div.DivClassName
{
background-color: #DD031F;
}
.BgClassName
{
background-color: #DD031F;
}
</style>
border-color css
<style>
span { border-color: #DD031F; }
span { border-color: rgb(221,3,31); }
td.TdClassName
{
border-color: #DD031F;
}
.TagClassName
{
border-color: #DD031F;
}
</style>