Shades of Valencia #DD5747
Tints of Valencia #DD5747
RGB
CMYK
RGB Variations
Color information
#DD5747 (or 0xDD5747) is known color: Valencia. HEX triplet: DD, 57 and 47. RGB value is (221,87,71). Sum of RGB (Red+Green+Blue) = 221+87+71=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5747 is #22A8B8. Grayscale: #7D7D7D. Windows color (decimal): -2271417 or 4675549. OLE color: 4675549.
HSL color Cylindrical-coordinate representation of color #DD5747: hue angle of 6.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 #DD5747 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 71 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.13 |
| HSL | 6.4º | 0.69% | 0.57% | - |
| HSV(B) | 6.4º | 0.68% | 0.87% | - |
| XYZ | 34.36 | 22.64 | 8.52 | - |
| YUV | 125.24 | 97.39 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 71 | 0 | 0.61 | 0.68 | 0.13 | 6.4 | 0.69 | 0.57 |
| Hex | DD | 57 | 47 | 0 | 3D | 44 | D | 6 | 45 | 39 |
| Octal | 335 | 127 | 107 | 0 | 75 | 104 | 15 | 6 | 105 | 71 |
| Binary | 11011101 | 1010111 | 1000111 | 0 | 111101 | 1000100 | 1101 | 110 | 1000101 | 111001 |
Color Harmonies of #DD5747
Complementary color
Monochromatic Colors of #DD5747
Black with #DD5747
Text Example
Text Example
White with #DD5747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5747; }
p { color: rgb(221,87,71); }
H1.HeaderClassName
{
color: #DD5747;
}
.AnyTagClassName
{
color: #DD5747;
}
</style>
background-color css
<style>
a { background-color: #DD5747; }
a { background-color: rgb(221,87,71); }
div.DivClassName
{
background-color: #DD5747;
}
.BgClassName
{
background-color: #DD5747;
}
</style>
border-color css
<style>
span { border-color: #DD5747; }
span { border-color: rgb(221,87,71); }
td.TdClassName
{
border-color: #DD5747;
}
.TagClassName
{
border-color: #DD5747;
}
</style>