Shades of Valencia #DD4E45
Tints of Valencia #DD4E45
RGB
CMYK
RGB Variations
Color information
#DD4E45 (or 0xDD4E45) is known color: Valencia. HEX triplet: DD, 4E and 45. RGB value is (221,78,69). Sum of RGB (Red+Green+Blue) = 221+78+69=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E45 is #22B1BA. Grayscale: #777777. Windows color (decimal): -2273723 or 4542173. OLE color: 4542173.
HSL color Cylindrical-coordinate representation of color #DD4E45: hue angle of 3.55º 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 #DD4E45 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 69 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.13 |
| HSL | 3.55º | 0.69% | 0.57% | - |
| HSV(B) | 3.55º | 0.69% | 0.87% | - |
| XYZ | 33.62 | 21.25 | 7.96 | - |
| YUV | 119.73 | 99.38 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 69 | 0 | 0.65 | 0.69 | 0.13 | 3.55 | 0.69 | 0.57 |
| Hex | DD | 4E | 45 | 0 | 41 | 45 | D | 4 | 45 | 39 |
| Octal | 335 | 116 | 105 | 0 | 101 | 105 | 15 | 4 | 105 | 71 |
| Binary | 11011101 | 1001110 | 1000101 | 0 | 1000001 | 1000101 | 1101 | 100 | 1000101 | 111001 |
Color Harmonies of #DD4E45
Complementary color
Monochromatic Colors of #DD4E45
Black with #DD4E45
Text Example
Text Example
White with #DD4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E45; }
p { color: rgb(221,78,69); }
H1.HeaderClassName
{
color: #DD4E45;
}
.AnyTagClassName
{
color: #DD4E45;
}
</style>
background-color css
<style>
a { background-color: #DD4E45; }
a { background-color: rgb(221,78,69); }
div.DivClassName
{
background-color: #DD4E45;
}
.BgClassName
{
background-color: #DD4E45;
}
</style>
border-color css
<style>
span { border-color: #DD4E45; }
span { border-color: rgb(221,78,69); }
td.TdClassName
{
border-color: #DD4E45;
}
.TagClassName
{
border-color: #DD4E45;
}
</style>