Shades of Valencia #DD4949
Tints of Valencia #DD4949
RGB
CMYK
RGB Variations
Color information
#DD4949 (or 0xDD4949) is known color: Valencia. HEX triplet: DD, 49 and 49. RGB value is (221,73,73). Sum of RGB (Red+Green+Blue) = 221+73+73=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4949 is #22B6B6. Grayscale: #757575. Windows color (decimal): -2274999 or 4803037. OLE color: 4803037.
HSL color Cylindrical-coordinate representation of color #DD4949: hue angle of 0º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4949 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 73 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.13 |
| HSL | 0º | 0.69% | 0.58% | - |
| HSV(B) | 0º | 0.67% | 0.87% | - |
| XYZ | 33.4 | 20.62 | 8.52 | - |
| YUV | 117.25 | 103.03 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 73 | 0 | 0.67 | 0.67 | 0.13 | 0 | 0.69 | 0.58 |
| Hex | DD | 49 | 49 | 0 | 43 | 43 | D | 0 | 45 | 3A |
| Octal | 335 | 111 | 111 | 0 | 103 | 103 | 15 | 0 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1001001 | 0 | 1000011 | 1000011 | 1101 | 0 | 1000101 | 111010 |
Color Harmonies of #DD4949
Complementary color
Monochromatic Colors of #DD4949
Black with #DD4949
Text Example
Text Example
White with #DD4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4949; }
p { color: rgb(221,73,73); }
H1.HeaderClassName
{
color: #DD4949;
}
.AnyTagClassName
{
color: #DD4949;
}
</style>
background-color css
<style>
a { background-color: #DD4949; }
a { background-color: rgb(221,73,73); }
div.DivClassName
{
background-color: #DD4949;
}
.BgClassName
{
background-color: #DD4949;
}
</style>
border-color css
<style>
span { border-color: #DD4949; }
span { border-color: rgb(221,73,73); }
td.TdClassName
{
border-color: #DD4949;
}
.TagClassName
{
border-color: #DD4949;
}
</style>