Shades of Valencia #DD4945
Tints of Valencia #DD4945
RGB
CMYK
RGB Variations
Color information
#DD4945 (or 0xDD4945) is known color: Valencia. HEX triplet: DD, 49 and 45. RGB value is (221,73,69). Sum of RGB (Red+Green+Blue) = 221+73+69=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4945 is #22B6BA. Grayscale: #747474. Windows color (decimal): -2275003 or 4540893. OLE color: 4540893.
HSL color Cylindrical-coordinate representation of color #DD4945: hue angle of 1.58º 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 #DD4945 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.13 |
| HSL | 1.58º | 0.69% | 0.57% | - |
| HSV(B) | 1.58º | 0.69% | 0.87% | - |
| XYZ | 33.28 | 20.57 | 7.85 | - |
| YUV | 116.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 69 | 0 | 0.67 | 0.69 | 0.13 | 1.58 | 0.69 | 0.57 |
| Hex | DD | 49 | 45 | 0 | 43 | 45 | D | 2 | 45 | 39 |
| Octal | 335 | 111 | 105 | 0 | 103 | 105 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001001 | 1000101 | 0 | 1000011 | 1000101 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4945
Complementary color
Monochromatic Colors of #DD4945
Black with #DD4945
Text Example
Text Example
White with #DD4945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4945; }
p { color: rgb(221,73,69); }
H1.HeaderClassName
{
color: #DD4945;
}
.AnyTagClassName
{
color: #DD4945;
}
</style>
background-color css
<style>
a { background-color: #DD4945; }
a { background-color: rgb(221,73,69); }
div.DivClassName
{
background-color: #DD4945;
}
.BgClassName
{
background-color: #DD4945;
}
</style>
border-color css
<style>
span { border-color: #DD4945; }
span { border-color: rgb(221,73,69); }
td.TdClassName
{
border-color: #DD4945;
}
.TagClassName
{
border-color: #DD4945;
}
</style>