Shades of Valencia #DD574C
Tints of Valencia #DD574C
RGB
CMYK
RGB Variations
Color information
#DD574C (or 0xDD574C) is known color: Valencia. HEX triplet: DD, 57 and 4C. RGB value is (221,87,76). Sum of RGB (Red+Green+Blue) = 221+87+76=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD574C is #22A8B3. Grayscale: #7D7D7D. Windows color (decimal): -2271412 or 5003229. OLE color: 5003229.
HSL color Cylindrical-coordinate representation of color #DD574C: hue angle of 4.55º 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 #DD574C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 87 | 76 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.13 |
| HSL | 4.55º | 0.68% | 0.58% | - |
| HSV(B) | 4.55º | 0.66% | 0.87% | - |
| XYZ | 34.53 | 22.71 | 9.4 | - |
| YUV | 125.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 76 | 0 | 0.61 | 0.66 | 0.13 | 4.55 | 0.68 | 0.58 |
| Hex | DD | 57 | 4C | 0 | 3D | 42 | D | 5 | 44 | 3A |
| Octal | 335 | 127 | 114 | 0 | 75 | 102 | 15 | 5 | 104 | 72 |
| Binary | 11011101 | 1010111 | 1001100 | 0 | 111101 | 1000010 | 1101 | 101 | 1000100 | 111010 |
Color Harmonies of #DD574C
Complementary color
Monochromatic Colors of #DD574C
Black with #DD574C
Text Example
Text Example
White with #DD574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD574C; }
p { color: rgb(221,87,76); }
H1.HeaderClassName
{
color: #DD574C;
}
.AnyTagClassName
{
color: #DD574C;
}
</style>
background-color css
<style>
a { background-color: #DD574C; }
a { background-color: rgb(221,87,76); }
div.DivClassName
{
background-color: #DD574C;
}
.BgClassName
{
background-color: #DD574C;
}
</style>
border-color css
<style>
span { border-color: #DD574C; }
span { border-color: rgb(221,87,76); }
td.TdClassName
{
border-color: #DD574C;
}
.TagClassName
{
border-color: #DD574C;
}
</style>