Shades of Valencia #DC4D49
Tints of Valencia #DC4D49
RGB
CMYK
RGB Variations
Color information
#DC4D49 (or 0xDC4D49) is known color: Valencia. HEX triplet: DC, 4D and 49. RGB value is (220,77,73). Sum of RGB (Red+Green+Blue) = 220+77+73=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D49 is #23B2B6. Grayscale: #777777. Windows color (decimal): -2339511 or 4804060. OLE color: 4804060.
HSL color Cylindrical-coordinate representation of color #DC4D49: hue angle of 1.63º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4D49 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 73 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.14 |
| HSL | 1.63º | 0.68% | 0.57% | - |
| HSV(B) | 1.63º | 0.67% | 0.86% | - |
| XYZ | 33.37 | 21 | 8.6 | - |
| YUV | 119.3 | 101.88 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 73 | 0 | 0.65 | 0.67 | 0.14 | 1.63 | 0.68 | 0.57 |
| Hex | DC | 4D | 49 | 0 | 41 | 43 | E | 2 | 44 | 39 |
| Octal | 334 | 115 | 111 | 0 | 101 | 103 | 16 | 2 | 104 | 71 |
| Binary | 11011100 | 1001101 | 1001001 | 0 | 1000001 | 1000011 | 1110 | 10 | 1000100 | 111001 |
Color Harmonies of #DC4D49
Complementary color
Monochromatic Colors of #DC4D49
Black with #DC4D49
Text Example
Text Example
White with #DC4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D49; }
p { color: rgb(220,77,73); }
H1.HeaderClassName
{
color: #DC4D49;
}
.AnyTagClassName
{
color: #DC4D49;
}
</style>
background-color css
<style>
a { background-color: #DC4D49; }
a { background-color: rgb(220,77,73); }
div.DivClassName
{
background-color: #DC4D49;
}
.BgClassName
{
background-color: #DC4D49;
}
</style>
border-color css
<style>
span { border-color: #DC4D49; }
span { border-color: rgb(220,77,73); }
td.TdClassName
{
border-color: #DC4D49;
}
.TagClassName
{
border-color: #DC4D49;
}
</style>