Shades of Valencia #DD4B45
Tints of Valencia #DD4B45
RGB
CMYK
RGB Variations
Color information
#DD4B45 (or 0xDD4B45) is known color: Valencia. HEX triplet: DD, 4B and 45. RGB value is (221,75,69). Sum of RGB (Red+Green+Blue) = 221+75+69=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4B45 is #22B4BA. Grayscale: #767676. Windows color (decimal): -2274491 or 4541405. OLE color: 4541405.
HSL color Cylindrical-coordinate representation of color #DD4B45: hue angle of 2.37º 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 #DD4B45 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 75 | 69 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.13 |
| HSL | 2.37º | 0.69% | 0.57% | - |
| HSV(B) | 2.37º | 0.69% | 0.87% | - |
| XYZ | 33.41 | 20.83 | 7.89 | - |
| YUV | 117.97 | 100.37 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 75 | 69 | 0 | 0.66 | 0.69 | 0.13 | 2.37 | 0.69 | 0.57 |
| Hex | DD | 4B | 45 | 0 | 42 | 45 | D | 2 | 45 | 39 |
| Octal | 335 | 113 | 105 | 0 | 102 | 105 | 15 | 2 | 105 | 71 |
| Binary | 11011101 | 1001011 | 1000101 | 0 | 1000010 | 1000101 | 1101 | 10 | 1000101 | 111001 |
Color Harmonies of #DD4B45
Complementary color
Monochromatic Colors of #DD4B45
Black with #DD4B45
Text Example
Text Example
White with #DD4B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4B45; }
p { color: rgb(221,75,69); }
H1.HeaderClassName
{
color: #DD4B45;
}
.AnyTagClassName
{
color: #DD4B45;
}
</style>
background-color css
<style>
a { background-color: #DD4B45; }
a { background-color: rgb(221,75,69); }
div.DivClassName
{
background-color: #DD4B45;
}
.BgClassName
{
background-color: #DD4B45;
}
</style>
border-color css
<style>
span { border-color: #DD4B45; }
span { border-color: rgb(221,75,69); }
td.TdClassName
{
border-color: #DD4B45;
}
.TagClassName
{
border-color: #DD4B45;
}
</style>