Shades of Valencia #DD4A45
Tints of Valencia #DD4A45
RGB
CMYK
RGB Variations
Color information
#DD4A45 (or 0xDD4A45) is known color: Valencia. HEX triplet: DD, 4A and 45. RGB value is (221,74,69). Sum of RGB (Red+Green+Blue) = 221+74+69=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 69 (27.34% from 255 or 18.96% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A45 is #22B5BA. Grayscale: #757575. Windows color (decimal): -2274747 or 4541149. OLE color: 4541149.
HSL color Cylindrical-coordinate representation of color #DD4A45: hue angle of 1.97º 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 #DD4A45 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 69 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.13 |
| HSL | 1.97º | 0.69% | 0.57% | - |
| HSV(B) | 1.97º | 0.69% | 0.87% | - |
| XYZ | 33.34 | 20.7 | 7.87 | - |
| YUV | 117.38 | 100.7 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 69 | 0 | 0.67 | 0.69 | 0.13 | 1.97 | 0.69 | 0.57 |
| Hex | DD | 4A | 45 | 0 | 43 | 45 | D | 2 | 45 | 39 |
| Octal | 335 | 112 | 105 | 0 | 103 | 105 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001010 | 1000101 | 0 | 1000011 | 1000101 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4A45
Complementary color
Monochromatic Colors of #DD4A45
Black with #DD4A45
Text Example
Text Example
White with #DD4A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A45; }
p { color: rgb(221,74,69); }
H1.HeaderClassName
{
color: #DD4A45;
}
.AnyTagClassName
{
color: #DD4A45;
}
</style>
background-color css
<style>
a { background-color: #DD4A45; }
a { background-color: rgb(221,74,69); }
div.DivClassName
{
background-color: #DD4A45;
}
.BgClassName
{
background-color: #DD4A45;
}
</style>
border-color css
<style>
span { border-color: #DD4A45; }
span { border-color: rgb(221,74,69); }
td.TdClassName
{
border-color: #DD4A45;
}
.TagClassName
{
border-color: #DD4A45;
}
</style>