Shades of Valencia #DD5245
Tints of Valencia #DD5245
RGB
CMYK
RGB Variations
Color information
#DD5245 (or 0xDD5245) is known color: Valencia. HEX triplet: DD, 52 and 45. RGB value is (221,82,69). Sum of RGB (Red+Green+Blue) = 221+82+69=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5245 is #22ADBA. Grayscale: #7A7A7A. Windows color (decimal): -2272699 or 4543197. OLE color: 4543197.
HSL color Cylindrical-coordinate representation of color #DD5245: hue angle of 5.13º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD5245 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 69 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.13 |
| HSL | 5.13º | 0.69% | 0.57% | - |
| HSV(B) | 5.13º | 0.69% | 0.87% | - |
| XYZ | 33.91 | 21.84 | 8.06 | - |
| YUV | 122.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 69 | 0 | 0.63 | 0.69 | 0.13 | 5.13 | 0.69 | 0.57 |
| Hex | DD | 52 | 45 | 0 | 3F | 45 | D | 5 | 45 | 39 |
| Octal | 335 | 122 | 105 | 0 | 77 | 105 | 15 | 5 | 105 | 71 |
| Binary | 11011101 | 1010010 | 1000101 | 0 | 111111 | 1000101 | 1101 | 101 | 1000101 | 111001 |
Color Harmonies of #DD5245
Complementary color
Monochromatic Colors of #DD5245
Black with #DD5245
Text Example
Text Example
White with #DD5245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5245; }
p { color: rgb(221,82,69); }
H1.HeaderClassName
{
color: #DD5245;
}
.AnyTagClassName
{
color: #DD5245;
}
</style>
background-color css
<style>
a { background-color: #DD5245; }
a { background-color: rgb(221,82,69); }
div.DivClassName
{
background-color: #DD5245;
}
.BgClassName
{
background-color: #DD5245;
}
</style>
border-color css
<style>
span { border-color: #DD5245; }
span { border-color: rgb(221,82,69); }
td.TdClassName
{
border-color: #DD5245;
}
.TagClassName
{
border-color: #DD5245;
}
</style>