Shades of Valencia #DD4D43
Tints of Valencia #DD4D43
RGB
CMYK
RGB Variations
Color information
#DD4D43 (or 0xDD4D43) is known color: Valencia. HEX triplet: DD, 4D and 43. RGB value is (221,77,67). Sum of RGB (Red+Green+Blue) = 221+77+67=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D43 is #22B2BC. Grayscale: #777777. Windows color (decimal): -2273981 or 4410845. OLE color: 4410845.
HSL color Cylindrical-coordinate representation of color #DD4D43: hue angle of 3.9º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4D43 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 67 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.13 |
| HSL | 3.9º | 0.69% | 0.56% | - |
| HSV(B) | 3.9º | 0.7% | 0.87% | - |
| XYZ | 33.49 | 21.09 | 7.62 | - |
| YUV | 118.92 | 98.71 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 67 | 0 | 0.65 | 0.70 | 0.13 | 3.9 | 0.69 | 0.56 |
| Hex | DD | 4D | 43 | 0 | 41 | 46 | D | 4 | 45 | 38 |
| Octal | 335 | 115 | 103 | 0 | 101 | 106 | 15 | 4 | 105 | 70 |
| Binary | 11011101 | 1001101 | 1000011 | 0 | 1000001 | 1000110 | 1101 | 100 | 1000101 | 111000 |
Color Harmonies of #DD4D43
Complementary color
Monochromatic Colors of #DD4D43
Black with #DD4D43
Text Example
Text Example
White with #DD4D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D43; }
p { color: rgb(221,77,67); }
H1.HeaderClassName
{
color: #DD4D43;
}
.AnyTagClassName
{
color: #DD4D43;
}
</style>
background-color css
<style>
a { background-color: #DD4D43; }
a { background-color: rgb(221,77,67); }
div.DivClassName
{
background-color: #DD4D43;
}
.BgClassName
{
background-color: #DD4D43;
}
</style>
border-color css
<style>
span { border-color: #DD4D43; }
span { border-color: rgb(221,77,67); }
td.TdClassName
{
border-color: #DD4D43;
}
.TagClassName
{
border-color: #DD4D43;
}
</style>