Shades of Valencia #DD4E4A
Tints of Valencia #DD4E4A
RGB
CMYK
RGB Variations
Color information
#DD4E4A (or 0xDD4E4A) is known color: Valencia. HEX triplet: DD, 4E and 4A. RGB value is (221,78,74). Sum of RGB (Red+Green+Blue) = 221+78+74=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E4A is #22B1B5. Grayscale: #787878. Windows color (decimal): -2273718 or 4869853. OLE color: 4869853.
HSL color Cylindrical-coordinate representation of color #DD4E4A: hue angle of 1.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4E4A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 74 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.13 |
| HSL | 1.63º | 0.68% | 0.58% | - |
| HSV(B) | 1.63º | 0.67% | 0.87% | - |
| XYZ | 33.78 | 21.32 | 8.81 | - |
| YUV | 120.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 74 | 0 | 0.65 | 0.67 | 0.13 | 1.63 | 0.68 | 0.58 |
| Hex | DD | 4E | 4A | 0 | 41 | 43 | D | 2 | 44 | 3A |
| Octal | 335 | 116 | 112 | 0 | 101 | 103 | 15 | 2 | 104 | 72 |
| Binary | 11011101 | 1001110 | 1001010 | 0 | 1000001 | 1000011 | 1101 | 10 | 1000100 | 111010 |
Color Harmonies of #DD4E4A
Complementary color
Monochromatic Colors of #DD4E4A
Black with #DD4E4A
Text Example
Text Example
White with #DD4E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E4A; }
p { color: rgb(221,78,74); }
H1.HeaderClassName
{
color: #DD4E4A;
}
.AnyTagClassName
{
color: #DD4E4A;
}
</style>
background-color css
<style>
a { background-color: #DD4E4A; }
a { background-color: rgb(221,78,74); }
div.DivClassName
{
background-color: #DD4E4A;
}
.BgClassName
{
background-color: #DD4E4A;
}
</style>
border-color css
<style>
span { border-color: #DD4E4A; }
span { border-color: rgb(221,78,74); }
td.TdClassName
{
border-color: #DD4E4A;
}
.TagClassName
{
border-color: #DD4E4A;
}
</style>