Shades of Valencia #DD4C47
Tints of Valencia #DD4C47
RGB
CMYK
RGB Variations
Color information
#DD4C47 (or 0xDD4C47) is known color: Valencia. HEX triplet: DD, 4C and 47. RGB value is (221,76,71). Sum of RGB (Red+Green+Blue) = 221+76+71=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C47 is #22B3B8. Grayscale: #767676. Windows color (decimal): -2274233 or 4672733. OLE color: 4672733.
HSL color Cylindrical-coordinate representation of color #DD4C47: hue angle of 2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4C47 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 71 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.13 |
| HSL | 2º | 0.69% | 0.57% | - |
| HSV(B) | 2º | 0.68% | 0.87% | - |
| XYZ | 33.54 | 21 | 8.25 | - |
| YUV | 118.79 | 101.04 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 71 | 0 | 0.66 | 0.68 | 0.13 | 2 | 0.69 | 0.57 |
| Hex | DD | 4C | 47 | 0 | 42 | 44 | D | 2 | 45 | 39 |
| Octal | 335 | 114 | 107 | 0 | 102 | 104 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001100 | 1000111 | 0 | 1000010 | 1000100 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4C47
Complementary color
Monochromatic Colors of #DD4C47
Black with #DD4C47
Text Example
Text Example
White with #DD4C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C47; }
p { color: rgb(221,76,71); }
H1.HeaderClassName
{
color: #DD4C47;
}
.AnyTagClassName
{
color: #DD4C47;
}
</style>
background-color css
<style>
a { background-color: #DD4C47; }
a { background-color: rgb(221,76,71); }
div.DivClassName
{
background-color: #DD4C47;
}
.BgClassName
{
background-color: #DD4C47;
}
</style>
border-color css
<style>
span { border-color: #DD4C47; }
span { border-color: rgb(221,76,71); }
td.TdClassName
{
border-color: #DD4C47;
}
.TagClassName
{
border-color: #DD4C47;
}
</style>