Shades of Valencia #DC5353
Tints of Valencia #DC5353
RGB
CMYK
RGB Variations
Color information
#DC5353 (or 0xDC5353) is known color: Valencia. HEX triplet: DC, 53 and 53. RGB value is (220,83,83). Sum of RGB (Red+Green+Blue) = 220+83+83=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5353 is #23ACAC. Grayscale: #7C7C7C. Windows color (decimal): -2337965 or 5460956. OLE color: 5460956.
HSL color Cylindrical-coordinate representation of color #DC5353: hue angle of 0º 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 #DC5353 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 83 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.14 |
| HSL | 0º | 0.66% | 0.59% | - |
| HSV(B) | 0º | 0.62% | 0.86% | - |
| XYZ | 34.17 | 22.03 | 10.63 | - |
| YUV | 123.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 83 | 0 | 0.62 | 0.62 | 0.14 | 0 | 0.66 | 0.59 |
| Hex | DC | 53 | 53 | 0 | 3E | 3E | E | 0 | 42 | 3B |
| Octal | 334 | 123 | 123 | 0 | 76 | 76 | 16 | 0 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1010011 | 0 | 111110 | 111110 | 1110 | 0 | 1000010 | 111011 |
Color Harmonies of #DC5353
Complementary color
Monochromatic Colors of #DC5353
Black with #DC5353
Text Example
Text Example
White with #DC5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5353; }
p { color: rgb(220,83,83); }
H1.HeaderClassName
{
color: #DC5353;
}
.AnyTagClassName
{
color: #DC5353;
}
</style>
background-color css
<style>
a { background-color: #DC5353; }
a { background-color: rgb(220,83,83); }
div.DivClassName
{
background-color: #DC5353;
}
.BgClassName
{
background-color: #DC5353;
}
</style>
border-color css
<style>
span { border-color: #DC5353; }
span { border-color: rgb(220,83,83); }
td.TdClassName
{
border-color: #DC5353;
}
.TagClassName
{
border-color: #DC5353;
}
</style>