Shades of Valencia #DD4947
Tints of Valencia #DD4947
RGB
CMYK
RGB Variations
Color information
#DD4947 (or 0xDD4947) is known color: Valencia. HEX triplet: DD, 49 and 47. RGB value is (221,73,71). Sum of RGB (Red+Green+Blue) = 221+73+71=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4947 is #22B6B8. Grayscale: #757575. Windows color (decimal): -2275001 or 4671965. OLE color: 4671965.
HSL color Cylindrical-coordinate representation of color #DD4947: hue angle of 0.8º 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 #DD4947 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 71 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.13 |
| HSL | 0.8º | 0.69% | 0.57% | - |
| HSV(B) | 0.8º | 0.68% | 0.87% | - |
| XYZ | 33.34 | 20.59 | 8.18 | - |
| YUV | 117.02 | 102.03 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 71 | 0 | 0.67 | 0.68 | 0.13 | 0.8 | 0.69 | 0.57 |
| Hex | DD | 49 | 47 | 0 | 43 | 44 | D | 1 | 45 | 39 |
| Octal | 335 | 111 | 107 | 0 | 103 | 104 | 15 | 1 | 105 | 71 |
| Binary | 11011101 | 1001001 | 1000111 | 0 | 1000011 | 1000100 | 1101 | 1 | 1000101 | 111001 |
Color Harmonies of #DD4947
Complementary color
Monochromatic Colors of #DD4947
Black with #DD4947
Text Example
Text Example
White with #DD4947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4947; }
p { color: rgb(221,73,71); }
H1.HeaderClassName
{
color: #DD4947;
}
.AnyTagClassName
{
color: #DD4947;
}
</style>
background-color css
<style>
a { background-color: #DD4947; }
a { background-color: rgb(221,73,71); }
div.DivClassName
{
background-color: #DD4947;
}
.BgClassName
{
background-color: #DD4947;
}
</style>
border-color css
<style>
span { border-color: #DD4947; }
span { border-color: rgb(221,73,71); }
td.TdClassName
{
border-color: #DD4947;
}
.TagClassName
{
border-color: #DD4947;
}
</style>