Shades of Valencia #DD4B47
Tints of Valencia #DD4B47
RGB
CMYK
RGB Variations
Color information
#DD4B47 (or 0xDD4B47) is known color: Valencia. HEX triplet: DD, 4B and 47. RGB value is (221,75,71). Sum of RGB (Red+Green+Blue) = 221+75+71=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B47 is #22B4B8. Grayscale: #767676. Windows color (decimal): -2274489 or 4672477. OLE color: 4672477.
HSL color Cylindrical-coordinate representation of color #DD4B47: hue angle of 1.6º 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 #DD4B47 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 71 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.13 |
| HSL | 1.6º | 0.69% | 0.57% | - |
| HSV(B) | 1.6º | 0.68% | 0.87% | - |
| XYZ | 33.47 | 20.86 | 8.22 | - |
| YUV | 118.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 71 | 0 | 0.66 | 0.68 | 0.13 | 1.6 | 0.69 | 0.57 |
| Hex | DD | 4B | 47 | 0 | 42 | 44 | D | 2 | 45 | 39 |
| Octal | 335 | 113 | 107 | 0 | 102 | 104 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001011 | 1000111 | 0 | 1000010 | 1000100 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4B47
Complementary color
Monochromatic Colors of #DD4B47
Black with #DD4B47
Text Example
Text Example
White with #DD4B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B47; }
p { color: rgb(221,75,71); }
H1.HeaderClassName
{
color: #DD4B47;
}
.AnyTagClassName
{
color: #DD4B47;
}
</style>
background-color css
<style>
a { background-color: #DD4B47; }
a { background-color: rgb(221,75,71); }
div.DivClassName
{
background-color: #DD4B47;
}
.BgClassName
{
background-color: #DD4B47;
}
</style>
border-color css
<style>
span { border-color: #DD4B47; }
span { border-color: rgb(221,75,71); }
td.TdClassName
{
border-color: #DD4B47;
}
.TagClassName
{
border-color: #DD4B47;
}
</style>