Shades of Valencia #DC4E49
Tints of Valencia #DC4E49
RGB
CMYK
RGB Variations
Color information
#DC4E49 (or 0xDC4E49) is known color: Valencia. HEX triplet: DC, 4E and 49. RGB value is (220,78,73). Sum of RGB (Red+Green+Blue) = 220+78+73=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4E49 is #23B1B6. Grayscale: #787878. Windows color (decimal): -2339255 or 4804316. OLE color: 4804316.
HSL color Cylindrical-coordinate representation of color #DC4E49: hue angle of 2.04º 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 #DC4E49 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 73 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.14 |
| HSL | 2.04º | 0.68% | 0.57% | - |
| HSV(B) | 2.04º | 0.67% | 0.86% | - |
| XYZ | 33.44 | 21.15 | 8.62 | - |
| YUV | 119.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 73 | 0 | 0.65 | 0.67 | 0.14 | 2.04 | 0.68 | 0.57 |
| Hex | DC | 4E | 49 | 0 | 41 | 43 | E | 2 | 44 | 39 |
| Octal | 334 | 116 | 111 | 0 | 101 | 103 | 16 | 2 | 104 | 71 |
| Binary | 11011100 | 1001110 | 1001001 | 0 | 1000001 | 1000011 | 1110 | 10 | 1000100 | 111001 |
Color Harmonies of #DC4E49
Complementary color
Monochromatic Colors of #DC4E49
Black with #DC4E49
Text Example
Text Example
White with #DC4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E49; }
p { color: rgb(220,78,73); }
H1.HeaderClassName
{
color: #DC4E49;
}
.AnyTagClassName
{
color: #DC4E49;
}
</style>
background-color css
<style>
a { background-color: #DC4E49; }
a { background-color: rgb(220,78,73); }
div.DivClassName
{
background-color: #DC4E49;
}
.BgClassName
{
background-color: #DC4E49;
}
</style>
border-color css
<style>
span { border-color: #DC4E49; }
span { border-color: rgb(220,78,73); }
td.TdClassName
{
border-color: #DC4E49;
}
.TagClassName
{
border-color: #DC4E49;
}
</style>