Shades of Valencia #DD504A
Tints of Valencia #DD504A
RGB
CMYK
RGB Variations
Color information
#DD504A (or 0xDD504A) is known color: Valencia. HEX triplet: DD, 50 and 4A. RGB value is (221,80,74). Sum of RGB (Red+Green+Blue) = 221+80+74=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD504A is #22AFB5. Grayscale: #797979. Windows color (decimal): -2273206 or 4870365. OLE color: 4870365.
HSL color Cylindrical-coordinate representation of color #DD504A: hue angle of 2.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD504A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 74 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.13 |
| HSL | 2.45º | 0.68% | 0.58% | - |
| HSV(B) | 2.45º | 0.67% | 0.87% | - |
| XYZ | 33.92 | 21.6 | 8.86 | - |
| YUV | 121.48 | 101.21 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 74 | 0 | 0.64 | 0.67 | 0.13 | 2.45 | 0.68 | 0.58 |
| Hex | DD | 50 | 4A | 0 | 40 | 43 | D | 2 | 44 | 3A |
| Octal | 335 | 120 | 112 | 0 | 100 | 103 | 15 | 2 | 104 | 72 |
| Binary | 11011101 | 1010000 | 1001010 | 0 | 1000000 | 1000011 | 1101 | 10 | 1000100 | 111010 |
Color Harmonies of #DD504A
Complementary color
Monochromatic Colors of #DD504A
Black with #DD504A
Text Example
Text Example
White with #DD504A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD504A; }
p { color: rgb(221,80,74); }
H1.HeaderClassName
{
color: #DD504A;
}
.AnyTagClassName
{
color: #DD504A;
}
</style>
background-color css
<style>
a { background-color: #DD504A; }
a { background-color: rgb(221,80,74); }
div.DivClassName
{
background-color: #DD504A;
}
.BgClassName
{
background-color: #DD504A;
}
</style>
border-color css
<style>
span { border-color: #DD504A; }
span { border-color: rgb(221,80,74); }
td.TdClassName
{
border-color: #DD504A;
}
.TagClassName
{
border-color: #DD504A;
}
</style>