Shades of Valencia #DD4D49
Tints of Valencia #DD4D49
RGB
CMYK
RGB Variations
Color information
#DD4D49 (or 0xDD4D49) is known color: Valencia. HEX triplet: DD, 4D and 49. RGB value is (221,77,73). Sum of RGB (Red+Green+Blue) = 221+77+73=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D49 is #22B2B6. Grayscale: #777777. Windows color (decimal): -2273975 or 4804061. OLE color: 4804061.
HSL color Cylindrical-coordinate representation of color #DD4D49: hue angle of 1.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4D49 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 73 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.13 |
| HSL | 1.62º | 0.69% | 0.58% | - |
| HSV(B) | 1.62º | 0.67% | 0.87% | - |
| XYZ | 33.68 | 21.16 | 8.61 | - |
| YUV | 119.6 | 101.71 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 73 | 0 | 0.65 | 0.67 | 0.13 | 1.62 | 0.69 | 0.58 |
| Hex | DD | 4D | 49 | 0 | 41 | 43 | D | 2 | 45 | 3A |
| Octal | 335 | 115 | 111 | 0 | 101 | 103 | 15 | 2 | 105 | 72 |
| Binary | 11011101 | 1001101 | 1001001 | 0 | 1000001 | 1000011 | 1101 | 10 | 1000101 | 111010 |
Color Harmonies of #DD4D49
Complementary color
Monochromatic Colors of #DD4D49
Black with #DD4D49
Text Example
Text Example
White with #DD4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D49; }
p { color: rgb(221,77,73); }
H1.HeaderClassName
{
color: #DD4D49;
}
.AnyTagClassName
{
color: #DD4D49;
}
</style>
background-color css
<style>
a { background-color: #DD4D49; }
a { background-color: rgb(221,77,73); }
div.DivClassName
{
background-color: #DD4D49;
}
.BgClassName
{
background-color: #DD4D49;
}
</style>
border-color css
<style>
span { border-color: #DD4D49; }
span { border-color: rgb(221,77,73); }
td.TdClassName
{
border-color: #DD4D49;
}
.TagClassName
{
border-color: #DD4D49;
}
</style>