Shades of Valencia #DD5548
Tints of Valencia #DD5548
RGB
CMYK
RGB Variations
Color information
#DD5548 (or 0xDD5548) is known color: Valencia. HEX triplet: DD, 55 and 48. RGB value is (221,85,72). Sum of RGB (Red+Green+Blue) = 221+85+72=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5548 is #22AAB7. Grayscale: #7C7C7C. Windows color (decimal): -2271928 or 4740573. OLE color: 4740573.
HSL color Cylindrical-coordinate representation of color #DD5548: hue angle of 5.23º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD5548 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 72 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.13 |
| HSL | 5.23º | 0.69% | 0.57% | - |
| HSV(B) | 5.23º | 0.67% | 0.87% | - |
| XYZ | 34.24 | 22.34 | 8.64 | - |
| YUV | 124.18 | 98.56 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 72 | 0 | 0.62 | 0.67 | 0.13 | 5.23 | 0.69 | 0.57 |
| Hex | DD | 55 | 48 | 0 | 3E | 43 | D | 5 | 45 | 39 |
| Octal | 335 | 125 | 110 | 0 | 76 | 103 | 15 | 5 | 105 | 71 |
| Binary | 11011101 | 1010101 | 1001000 | 0 | 111110 | 1000011 | 1101 | 101 | 1000101 | 111001 |
Color Harmonies of #DD5548
Complementary color
Monochromatic Colors of #DD5548
Black with #DD5548
Text Example
Text Example
White with #DD5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5548; }
p { color: rgb(221,85,72); }
H1.HeaderClassName
{
color: #DD5548;
}
.AnyTagClassName
{
color: #DD5548;
}
</style>
background-color css
<style>
a { background-color: #DD5548; }
a { background-color: rgb(221,85,72); }
div.DivClassName
{
background-color: #DD5548;
}
.BgClassName
{
background-color: #DD5548;
}
</style>
border-color css
<style>
span { border-color: #DD5548; }
span { border-color: rgb(221,85,72); }
td.TdClassName
{
border-color: #DD5548;
}
.TagClassName
{
border-color: #DD5548;
}
</style>