Shades of Valencia #DD5043
Tints of Valencia #DD5043
RGB
CMYK
RGB Variations
Color information
#DD5043 (or 0xDD5043) is known color: Valencia. HEX triplet: DD, 50 and 43. RGB value is (221,80,67). Sum of RGB (Red+Green+Blue) = 221+80+67=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5043 is #22AFBC. Grayscale: #787878. Windows color (decimal): -2273213 or 4411613. OLE color: 4411613.
HSL color Cylindrical-coordinate representation of color #DD5043: hue angle of 5.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD5043 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 80 | 67 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.13 |
| HSL | 5.06º | 0.69% | 0.56% | - |
| HSV(B) | 5.06º | 0.7% | 0.87% | - |
| XYZ | 33.7 | 21.51 | 7.69 | - |
| YUV | 120.68 | 97.71 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 80 | 67 | 0 | 0.64 | 0.70 | 0.13 | 5.06 | 0.69 | 0.56 |
| Hex | DD | 50 | 43 | 0 | 40 | 46 | D | 5 | 45 | 38 |
| Octal | 335 | 120 | 103 | 0 | 100 | 106 | 15 | 5 | 105 | 70 |
| Binary | 11011101 | 1010000 | 1000011 | 0 | 1000000 | 1000110 | 1101 | 101 | 1000101 | 111000 |
Color Harmonies of #DD5043
Complementary color
Monochromatic Colors of #DD5043
Black with #DD5043
Text Example
Text Example
White with #DD5043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5043; }
p { color: rgb(221,80,67); }
H1.HeaderClassName
{
color: #DD5043;
}
.AnyTagClassName
{
color: #DD5043;
}
</style>
background-color css
<style>
a { background-color: #DD5043; }
a { background-color: rgb(221,80,67); }
div.DivClassName
{
background-color: #DD5043;
}
.BgClassName
{
background-color: #DD5043;
}
</style>
border-color css
<style>
span { border-color: #DD5043; }
span { border-color: rgb(221,80,67); }
td.TdClassName
{
border-color: #DD5043;
}
.TagClassName
{
border-color: #DD5043;
}
</style>