Shades of Venetian Red #DD031A
Tints of Venetian Red #DD031A
RGB
CMYK
RGB Variations
Color information
#DD031A (or 0xDD031A) is known color: Venetian Red. HEX triplet: DD, 03 and 1A. RGB value is (221,3,26). Sum of RGB (Red+Green+Blue) = 221+3+26=250 (33% of max value = 765). Red value is 221 (86.72% from 255 or 88.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 221 - color contains mainly: red. Hex color #DD031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD031A is #22FCE5. Grayscale: #464646. Windows color (decimal): -2292966 or 1704925. OLE color: 1704925.
HSL color Cylindrical-coordinate representation of color #DD031A: hue angle of 353.67º 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 #DD031A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 26 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.13 |
| HSL | 353.67º | 0.97% | 0.44% | - |
| HSV(B) | 353.67º | 0.99% | 0.87% | - |
| XYZ | 30.04 | 15.51 | 2.39 | - |
| YUV | 70.8 | 102.72 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 26 | 0 | 0.99 | 0.88 | 0.13 | 353.67 | 0.97 | 0.44 |
| Hex | DD | 3 | 1A | 0 | 63 | 58 | D | 162 | 61 | 2C |
| Octal | 335 | 3 | 32 | 0 | 143 | 130 | 15 | 542 | 141 | 54 |
| Binary | 11011101 | 11 | 11010 | 0 | 1100011 | 1011000 | 1101 | 101100010 | 1100001 | 101100 |
Color Harmonies of #DD031A
Complementary color
Monochromatic Colors of #DD031A
Black with #DD031A
Text Example
Text Example
White with #DD031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD031A; }
p { color: rgb(221,3,26); }
H1.HeaderClassName
{
color: #DD031A;
}
.AnyTagClassName
{
color: #DD031A;
}
</style>
background-color css
<style>
a { background-color: #DD031A; }
a { background-color: rgb(221,3,26); }
div.DivClassName
{
background-color: #DD031A;
}
.BgClassName
{
background-color: #DD031A;
}
</style>
border-color css
<style>
span { border-color: #DD031A; }
span { border-color: rgb(221,3,26); }
td.TdClassName
{
border-color: #DD031A;
}
.TagClassName
{
border-color: #DD031A;
}
</style>