Shades of Valencia #DC5751
Tints of Valencia #DC5751
RGB
CMYK
RGB Variations
Color information
#DC5751 (or 0xDC5751) is known color: Valencia. HEX triplet: DC, 57 and 51. RGB value is (220,87,81). Sum of RGB (Red+Green+Blue) = 220+87+81=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5751 is #23A8AE. Grayscale: #7E7E7E. Windows color (decimal): -2336943 or 5330908. OLE color: 5330908.
HSL color Cylindrical-coordinate representation of color #DC5751: hue angle of 2.59º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5751 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 81 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.14 |
| HSL | 2.59º | 0.67% | 0.59% | - |
| HSV(B) | 2.59º | 0.63% | 0.86% | - |
| XYZ | 34.41 | 22.63 | 10.34 | - |
| YUV | 126.08 | 102.56 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 81 | 0 | 0.60 | 0.63 | 0.14 | 2.59 | 0.67 | 0.59 |
| Hex | DC | 57 | 51 | 0 | 3C | 3F | E | 3 | 43 | 3B |
| Octal | 334 | 127 | 121 | 0 | 74 | 77 | 16 | 3 | 103 | 73 |
| Binary | 11011100 | 1010111 | 1010001 | 0 | 111100 | 111111 | 1110 | 11 | 1000011 | 111011 |
Color Harmonies of #DC5751
Complementary color
Monochromatic Colors of #DC5751
Black with #DC5751
Text Example
Text Example
White with #DC5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5751; }
p { color: rgb(220,87,81); }
H1.HeaderClassName
{
color: #DC5751;
}
.AnyTagClassName
{
color: #DC5751;
}
</style>
background-color css
<style>
a { background-color: #DC5751; }
a { background-color: rgb(220,87,81); }
div.DivClassName
{
background-color: #DC5751;
}
.BgClassName
{
background-color: #DC5751;
}
</style>
border-color css
<style>
span { border-color: #DC5751; }
span { border-color: rgb(220,87,81); }
td.TdClassName
{
border-color: #DC5751;
}
.TagClassName
{
border-color: #DC5751;
}
</style>