Shades of Valencia #DD524B
Tints of Valencia #DD524B
RGB
CMYK
RGB Variations
Color information
#DD524B (or 0xDD524B) is known color: Valencia. HEX triplet: DD, 52 and 4B. RGB value is (221,82,75). Sum of RGB (Red+Green+Blue) = 221+82+75=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD524B is #22ADB4. Grayscale: #7A7A7A. Windows color (decimal): -2272693 or 4936413. OLE color: 4936413.
HSL color Cylindrical-coordinate representation of color #DD524B: hue angle of 2.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD524B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 75 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.13 |
| HSL | 2.88º | 0.68% | 0.58% | - |
| HSV(B) | 2.88º | 0.66% | 0.87% | - |
| XYZ | 34.11 | 21.91 | 9.09 | - |
| YUV | 122.76 | 101.05 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 75 | 0 | 0.63 | 0.66 | 0.13 | 2.88 | 0.68 | 0.58 |
| Hex | DD | 52 | 4B | 0 | 3F | 42 | D | 3 | 44 | 3A |
| Octal | 335 | 122 | 113 | 0 | 77 | 102 | 15 | 3 | 104 | 72 |
| Binary | 11011101 | 1010010 | 1001011 | 0 | 111111 | 1000010 | 1101 | 11 | 1000100 | 111010 |
Color Harmonies of #DD524B
Complementary color
Monochromatic Colors of #DD524B
Black with #DD524B
Text Example
Text Example
White with #DD524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD524B; }
p { color: rgb(221,82,75); }
H1.HeaderClassName
{
color: #DD524B;
}
.AnyTagClassName
{
color: #DD524B;
}
</style>
background-color css
<style>
a { background-color: #DD524B; }
a { background-color: rgb(221,82,75); }
div.DivClassName
{
background-color: #DD524B;
}
.BgClassName
{
background-color: #DD524B;
}
</style>
border-color css
<style>
span { border-color: #DD524B; }
span { border-color: rgb(221,82,75); }
td.TdClassName
{
border-color: #DD524B;
}
.TagClassName
{
border-color: #DD524B;
}
</style>