Shades of Valencia #DD4A47
Tints of Valencia #DD4A47
RGB
CMYK
RGB Variations
Color information
#DD4A47 (or 0xDD4A47) is known color: Valencia. HEX triplet: DD, 4A and 47. RGB value is (221,74,71). Sum of RGB (Red+Green+Blue) = 221+74+71=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A47 is #22B5B8. Grayscale: #757575. Windows color (decimal): -2274745 or 4672221. OLE color: 4672221.
HSL color Cylindrical-coordinate representation of color #DD4A47: hue angle of 1.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 #DD4A47 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 71 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.13 |
| HSL | 1.2º | 0.69% | 0.57% | - |
| HSV(B) | 1.2º | 0.68% | 0.87% | - |
| XYZ | 33.4 | 20.72 | 8.2 | - |
| YUV | 117.61 | 101.7 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 71 | 0 | 0.67 | 0.68 | 0.13 | 1.2 | 0.69 | 0.57 |
| Hex | DD | 4A | 47 | 0 | 43 | 44 | D | 1 | 45 | 39 |
| Octal | 335 | 112 | 107 | 0 | 103 | 104 | 15 | 1 | 105 | 71 |
| Binary | 11011101 | 1001010 | 1000111 | 0 | 1000011 | 1000100 | 1101 | 1 | 1000101 | 111001 |
Color Harmonies of #DD4A47
Complementary color
Monochromatic Colors of #DD4A47
Black with #DD4A47
Text Example
Text Example
White with #DD4A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A47; }
p { color: rgb(221,74,71); }
H1.HeaderClassName
{
color: #DD4A47;
}
.AnyTagClassName
{
color: #DD4A47;
}
</style>
background-color css
<style>
a { background-color: #DD4A47; }
a { background-color: rgb(221,74,71); }
div.DivClassName
{
background-color: #DD4A47;
}
.BgClassName
{
background-color: #DD4A47;
}
</style>
border-color css
<style>
span { border-color: #DD4A47; }
span { border-color: rgb(221,74,71); }
td.TdClassName
{
border-color: #DD4A47;
}
.TagClassName
{
border-color: #DD4A47;
}
</style>