Shades of Valencia #DD504F
Tints of Valencia #DD504F
RGB
CMYK
RGB Variations
Color information
#DD504F (or 0xDD504F) is known color: Valencia. HEX triplet: DD, 50 and 4F. RGB value is (221,80,79). Sum of RGB (Red+Green+Blue) = 221+80+79=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD504F is #22AFB0. Grayscale: #7A7A7A. Windows color (decimal): -2273201 or 5198045. OLE color: 5198045.
HSL color Cylindrical-coordinate representation of color #DD504F: hue angle of 0.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD504F is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 79 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.13 |
| HSL | 0.42º | 0.68% | 0.59% | - |
| HSV(B) | 0.42º | 0.64% | 0.87% | - |
| XYZ | 34.1 | 21.67 | 9.78 | - |
| YUV | 122.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 79 | 0 | 0.64 | 0.64 | 0.13 | 0.42 | 0.68 | 0.59 |
| Hex | DD | 50 | 4F | 0 | 40 | 40 | D | 0 | 44 | 3B |
| Octal | 335 | 120 | 117 | 0 | 100 | 100 | 15 | 0 | 104 | 73 |
| Binary | 11011101 | 1010000 | 1001111 | 0 | 1000000 | 1000000 | 1101 | 0 | 1000100 | 111011 |
Color Harmonies of #DD504F
Complementary color
Monochromatic Colors of #DD504F
Black with #DD504F
Text Example
Text Example
White with #DD504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD504F; }
p { color: rgb(221,80,79); }
H1.HeaderClassName
{
color: #DD504F;
}
.AnyTagClassName
{
color: #DD504F;
}
</style>
background-color css
<style>
a { background-color: #DD504F; }
a { background-color: rgb(221,80,79); }
div.DivClassName
{
background-color: #DD504F;
}
.BgClassName
{
background-color: #DD504F;
}
</style>
border-color css
<style>
span { border-color: #DD504F; }
span { border-color: rgb(221,80,79); }
td.TdClassName
{
border-color: #DD504F;
}
.TagClassName
{
border-color: #DD504F;
}
</style>