Shades of Valencia #DC5351
Tints of Valencia #DC5351
RGB
CMYK
RGB Variations
Color information
#DC5351 (or 0xDC5351) is known color: Valencia. HEX triplet: DC, 53 and 51. RGB value is (220,83,81). Sum of RGB (Red+Green+Blue) = 220+83+81=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5351 is #23ACAE. Grayscale: #7B7B7B. Windows color (decimal): -2337967 or 5329884. OLE color: 5329884.
HSL color Cylindrical-coordinate representation of color #DC5351: hue angle of 0.86º 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 #DC5351 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 81 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.14 |
| HSL | 0.86º | 0.67% | 0.59% | - |
| HSV(B) | 0.86º | 0.63% | 0.86% | - |
| XYZ | 34.09 | 22 | 10.23 | - |
| YUV | 123.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 81 | 0 | 0.62 | 0.63 | 0.14 | 0.86 | 0.67 | 0.59 |
| Hex | DC | 53 | 51 | 0 | 3E | 3F | E | 1 | 43 | 3B |
| Octal | 334 | 123 | 121 | 0 | 76 | 77 | 16 | 1 | 103 | 73 |
| Binary | 11011100 | 1010011 | 1010001 | 0 | 111110 | 111111 | 1110 | 1 | 1000011 | 111011 |
Color Harmonies of #DC5351
Complementary color
Monochromatic Colors of #DC5351
Black with #DC5351
Text Example
Text Example
White with #DC5351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5351; }
p { color: rgb(220,83,81); }
H1.HeaderClassName
{
color: #DC5351;
}
.AnyTagClassName
{
color: #DC5351;
}
</style>
background-color css
<style>
a { background-color: #DC5351; }
a { background-color: rgb(220,83,81); }
div.DivClassName
{
background-color: #DC5351;
}
.BgClassName
{
background-color: #DC5351;
}
</style>
border-color css
<style>
span { border-color: #DC5351; }
span { border-color: rgb(220,83,81); }
td.TdClassName
{
border-color: #DC5351;
}
.TagClassName
{
border-color: #DC5351;
}
</style>