Shades of Valencia #DC5753
Tints of Valencia #DC5753
RGB
CMYK
RGB Variations
Color information
#DC5753 (or 0xDC5753) is known color: Valencia. HEX triplet: DC, 57 and 53. RGB value is (220,87,83). Sum of RGB (Red+Green+Blue) = 220+87+83=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 83 (32.81% from 255 or 21.28% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5753 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5753 is #23A8AC. Grayscale: #7E7E7E. Windows color (decimal): -2336941 or 5461980. OLE color: 5461980.
HSL color Cylindrical-coordinate representation of color #DC5753: hue angle of 1.75º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5753 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 83 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.14 |
| HSL | 1.75º | 0.66% | 0.59% | - |
| HSV(B) | 1.75º | 0.62% | 0.86% | - |
| XYZ | 34.48 | 22.66 | 10.74 | - |
| YUV | 126.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 83 | 0 | 0.60 | 0.62 | 0.14 | 1.75 | 0.66 | 0.59 |
| Hex | DC | 57 | 53 | 0 | 3C | 3E | E | 2 | 42 | 3B |
| Octal | 334 | 127 | 123 | 0 | 74 | 76 | 16 | 2 | 102 | 73 |
| Binary | 11011100 | 1010111 | 1010011 | 0 | 111100 | 111110 | 1110 | 10 | 1000010 | 111011 |
Color Harmonies of #DC5753
Complementary color
Monochromatic Colors of #DC5753
Black with #DC5753
Text Example
Text Example
White with #DC5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5753; }
p { color: rgb(220,87,83); }
H1.HeaderClassName
{
color: #DC5753;
}
.AnyTagClassName
{
color: #DC5753;
}
</style>
background-color css
<style>
a { background-color: #DC5753; }
a { background-color: rgb(220,87,83); }
div.DivClassName
{
background-color: #DC5753;
}
.BgClassName
{
background-color: #DC5753;
}
</style>
border-color css
<style>
span { border-color: #DC5753; }
span { border-color: rgb(220,87,83); }
td.TdClassName
{
border-color: #DC5753;
}
.TagClassName
{
border-color: #DC5753;
}
</style>