Shades of Valencia #DC524E
Tints of Valencia #DC524E
RGB
CMYK
RGB Variations
Color information
#DC524E (or 0xDC524E) is known color: Valencia. HEX triplet: DC, 52 and 4E. RGB value is (220,82,78). Sum of RGB (Red+Green+Blue) = 220+82+78=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC524E is #23ADB1. Grayscale: #7A7A7A. Windows color (decimal): -2338226 or 5133020. OLE color: 5133020.
HSL color Cylindrical-coordinate representation of color #DC524E: hue angle of 1.69º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC524E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 78 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.14 |
| HSL | 1.69º | 0.67% | 0.58% | - |
| HSV(B) | 1.69º | 0.65% | 0.86% | - |
| XYZ | 33.91 | 21.8 | 9.63 | - |
| YUV | 122.81 | 102.72 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 78 | 0 | 0.63 | 0.65 | 0.14 | 1.69 | 0.67 | 0.58 |
| Hex | DC | 52 | 4E | 0 | 3F | 41 | E | 2 | 43 | 3A |
| Octal | 334 | 122 | 116 | 0 | 77 | 101 | 16 | 2 | 103 | 72 |
| Binary | 11011100 | 1010010 | 1001110 | 0 | 111111 | 1000001 | 1110 | 10 | 1000011 | 111010 |
Color Harmonies of #DC524E
Complementary color
Monochromatic Colors of #DC524E
Black with #DC524E
Text Example
Text Example
White with #DC524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC524E; }
p { color: rgb(220,82,78); }
H1.HeaderClassName
{
color: #DC524E;
}
.AnyTagClassName
{
color: #DC524E;
}
</style>
background-color css
<style>
a { background-color: #DC524E; }
a { background-color: rgb(220,82,78); }
div.DivClassName
{
background-color: #DC524E;
}
.BgClassName
{
background-color: #DC524E;
}
</style>
border-color css
<style>
span { border-color: #DC524E; }
span { border-color: rgb(220,82,78); }
td.TdClassName
{
border-color: #DC524E;
}
.TagClassName
{
border-color: #DC524E;
}
</style>