Shades of Valencia #DD4D47
Tints of Valencia #DD4D47
RGB
CMYK
RGB Variations
Color information
#DD4D47 (or 0xDD4D47) is known color: Valencia. HEX triplet: DD, 4D and 47. RGB value is (221,77,71). Sum of RGB (Red+Green+Blue) = 221+77+71=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D47 is #22B2B8. Grayscale: #777777. Windows color (decimal): -2273977 or 4672989. OLE color: 4672989.
HSL color Cylindrical-coordinate representation of color #DD4D47: hue angle of 2.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4D47 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 71 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.13 |
| HSL | 2.4º | 0.69% | 0.57% | - |
| HSV(B) | 2.4º | 0.68% | 0.87% | - |
| XYZ | 33.61 | 21.13 | 8.27 | - |
| YUV | 119.37 | 100.71 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 71 | 0 | 0.65 | 0.68 | 0.13 | 2.4 | 0.69 | 0.57 |
| Hex | DD | 4D | 47 | 0 | 41 | 44 | D | 2 | 45 | 39 |
| Octal | 335 | 115 | 107 | 0 | 101 | 104 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001101 | 1000111 | 0 | 1000001 | 1000100 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4D47
Complementary color
Monochromatic Colors of #DD4D47
Black with #DD4D47
Text Example
Text Example
White with #DD4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D47; }
p { color: rgb(221,77,71); }
H1.HeaderClassName
{
color: #DD4D47;
}
.AnyTagClassName
{
color: #DD4D47;
}
</style>
background-color css
<style>
a { background-color: #DD4D47; }
a { background-color: rgb(221,77,71); }
div.DivClassName
{
background-color: #DD4D47;
}
.BgClassName
{
background-color: #DD4D47;
}
</style>
border-color css
<style>
span { border-color: #DD4D47; }
span { border-color: rgb(221,77,71); }
td.TdClassName
{
border-color: #DD4D47;
}
.TagClassName
{
border-color: #DD4D47;
}
</style>