Shades of Valencia #DD5149
Tints of Valencia #DD5149
RGB
CMYK
RGB Variations
Color information
#DD5149 (or 0xDD5149) is known color: Valencia. HEX triplet: DD, 51 and 49. RGB value is (221,81,73). Sum of RGB (Red+Green+Blue) = 221+81+73=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5149 is #22AEB6. Grayscale: #7A7A7A. Windows color (decimal): -2272951 or 4805085. OLE color: 4805085.
HSL color Cylindrical-coordinate representation of color #DD5149: hue angle of 3.24º 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 #DD5149 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 73 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.13 |
| HSL | 3.24º | 0.69% | 0.58% | - |
| HSV(B) | 3.24º | 0.67% | 0.87% | - |
| XYZ | 33.96 | 21.74 | 8.71 | - |
| YUV | 121.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 73 | 0 | 0.63 | 0.67 | 0.13 | 3.24 | 0.69 | 0.58 |
| Hex | DD | 51 | 49 | 0 | 3F | 43 | D | 3 | 45 | 3A |
| Octal | 335 | 121 | 111 | 0 | 77 | 103 | 15 | 3 | 105 | 72 |
| Binary | 11011101 | 1010001 | 1001001 | 0 | 111111 | 1000011 | 1101 | 11 | 1000101 | 111010 |
Color Harmonies of #DD5149
Complementary color
Monochromatic Colors of #DD5149
Black with #DD5149
Text Example
Text Example
White with #DD5149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5149; }
p { color: rgb(221,81,73); }
H1.HeaderClassName
{
color: #DD5149;
}
.AnyTagClassName
{
color: #DD5149;
}
</style>
background-color css
<style>
a { background-color: #DD5149; }
a { background-color: rgb(221,81,73); }
div.DivClassName
{
background-color: #DD5149;
}
.BgClassName
{
background-color: #DD5149;
}
</style>
border-color css
<style>
span { border-color: #DD5149; }
span { border-color: rgb(221,81,73); }
td.TdClassName
{
border-color: #DD5149;
}
.TagClassName
{
border-color: #DD5149;
}
</style>