Shades of Valencia #DD5947
Tints of Valencia #DD5947
RGB
CMYK
RGB Variations
Color information
#DD5947 (or 0xDD5947) is known color: Valencia. HEX triplet: DD, 59 and 47. RGB value is (221,89,71). Sum of RGB (Red+Green+Blue) = 221+89+71=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5947 is #22A6B8. Grayscale: #7E7E7E. Windows color (decimal): -2270905 or 4676061. OLE color: 4676061.
HSL color Cylindrical-coordinate representation of color #DD5947: hue angle of 7.2º 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 #DD5947 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 89 | 71 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.13 |
| HSL | 7.2º | 0.69% | 0.57% | - |
| HSV(B) | 7.2º | 0.68% | 0.87% | - |
| XYZ | 34.53 | 22.97 | 8.58 | - |
| YUV | 126.42 | 96.73 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 71 | 0 | 0.60 | 0.68 | 0.13 | 7.2 | 0.69 | 0.57 |
| Hex | DD | 59 | 47 | 0 | 3C | 44 | D | 7 | 45 | 39 |
| Octal | 335 | 131 | 107 | 0 | 74 | 104 | 15 | 7 | 105 | 71 |
| Binary | 11011101 | 1011001 | 1000111 | 0 | 111100 | 1000100 | 1101 | 111 | 1000101 | 111001 |
Color Harmonies of #DD5947
Complementary color
Monochromatic Colors of #DD5947
Black with #DD5947
Text Example
Text Example
White with #DD5947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5947; }
p { color: rgb(221,89,71); }
H1.HeaderClassName
{
color: #DD5947;
}
.AnyTagClassName
{
color: #DD5947;
}
</style>
background-color css
<style>
a { background-color: #DD5947; }
a { background-color: rgb(221,89,71); }
div.DivClassName
{
background-color: #DD5947;
}
.BgClassName
{
background-color: #DD5947;
}
</style>
border-color css
<style>
span { border-color: #DD5947; }
span { border-color: rgb(221,89,71); }
td.TdClassName
{
border-color: #DD5947;
}
.TagClassName
{
border-color: #DD5947;
}
</style>