Shades of Valencia #DD5349
Tints of Valencia #DD5349
RGB
CMYK
RGB Variations
Color information
#DD5349 (or 0xDD5349) is known color: Valencia. HEX triplet: DD, 53 and 49. RGB value is (221,83,73). Sum of RGB (Red+Green+Blue) = 221+83+73=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5349 is #22ACB6. Grayscale: #7B7B7B. Windows color (decimal): -2272439 or 4805597. OLE color: 4805597.
HSL color Cylindrical-coordinate representation of color #DD5349: hue angle of 4.05º 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 #DD5349 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 73 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.13 |
| HSL | 4.05º | 0.69% | 0.58% | - |
| HSV(B) | 4.05º | 0.67% | 0.87% | - |
| XYZ | 34.11 | 22.04 | 8.76 | - |
| YUV | 123.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 73 | 0 | 0.62 | 0.67 | 0.13 | 4.05 | 0.69 | 0.58 |
| Hex | DD | 53 | 49 | 0 | 3E | 43 | D | 4 | 45 | 3A |
| Octal | 335 | 123 | 111 | 0 | 76 | 103 | 15 | 4 | 105 | 72 |
| Binary | 11011101 | 1010011 | 1001001 | 0 | 111110 | 1000011 | 1101 | 100 | 1000101 | 111010 |
Color Harmonies of #DD5349
Complementary color
Monochromatic Colors of #DD5349
Black with #DD5349
Text Example
Text Example
White with #DD5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5349; }
p { color: rgb(221,83,73); }
H1.HeaderClassName
{
color: #DD5349;
}
.AnyTagClassName
{
color: #DD5349;
}
</style>
background-color css
<style>
a { background-color: #DD5349; }
a { background-color: rgb(221,83,73); }
div.DivClassName
{
background-color: #DD5349;
}
.BgClassName
{
background-color: #DD5349;
}
</style>
border-color css
<style>
span { border-color: #DD5349; }
span { border-color: rgb(221,83,73); }
td.TdClassName
{
border-color: #DD5349;
}
.TagClassName
{
border-color: #DD5349;
}
</style>