Shades of Valencia #DD4D42
Tints of Valencia #DD4D42
RGB
CMYK
RGB Variations
Color information
#DD4D42 (or 0xDD4D42) is known color: Valencia. HEX triplet: DD, 4D and 42. RGB value is (221,77,66). Sum of RGB (Red+Green+Blue) = 221+77+66=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4D42 is #22B2BD. Grayscale: #767676. Windows color (decimal): -2273982 or 4345309. OLE color: 4345309.
HSL color Cylindrical-coordinate representation of color #DD4D42: hue angle of 4.26º degrees, saturation: 0.7, 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 #DD4D42 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 66 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.13 |
| HSL | 4.26º | 0.7% | 0.56% | - |
| HSV(B) | 4.26º | 0.7% | 0.87% | - |
| XYZ | 33.46 | 21.07 | 7.46 | - |
| YUV | 118.8 | 98.21 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 66 | 0 | 0.65 | 0.70 | 0.13 | 4.26 | 0.7 | 0.56 |
| Hex | DD | 4D | 42 | 0 | 41 | 46 | D | 4 | 46 | 38 |
| Octal | 335 | 115 | 102 | 0 | 101 | 106 | 15 | 4 | 106 | 70 |
| Binary | 11011101 | 1001101 | 1000010 | 0 | 1000001 | 1000110 | 1101 | 100 | 1000110 | 111000 |
Color Harmonies of #DD4D42
Complementary color
Monochromatic Colors of #DD4D42
Black with #DD4D42
Text Example
Text Example
White with #DD4D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D42; }
p { color: rgb(221,77,66); }
H1.HeaderClassName
{
color: #DD4D42;
}
.AnyTagClassName
{
color: #DD4D42;
}
</style>
background-color css
<style>
a { background-color: #DD4D42; }
a { background-color: rgb(221,77,66); }
div.DivClassName
{
background-color: #DD4D42;
}
.BgClassName
{
background-color: #DD4D42;
}
</style>
border-color css
<style>
span { border-color: #DD4D42; }
span { border-color: rgb(221,77,66); }
td.TdClassName
{
border-color: #DD4D42;
}
.TagClassName
{
border-color: #DD4D42;
}
</style>