Shades of Valencia #DC514E
Tints of Valencia #DC514E
RGB
CMYK
RGB Variations
Color information
#DC514E (or 0xDC514E) is known color: Valencia. HEX triplet: DC, 51 and 4E. RGB value is (220,81,78). Sum of RGB (Red+Green+Blue) = 220+81+78=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC514E is #23AEB1. Grayscale: #7A7A7A. Windows color (decimal): -2338482 or 5132764. OLE color: 5132764.
HSL color Cylindrical-coordinate representation of color #DC514E: hue angle of 1.27º 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 #DC514E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 78 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.14 |
| HSL | 1.27º | 0.67% | 0.58% | - |
| HSV(B) | 1.27º | 0.65% | 0.86% | - |
| XYZ | 33.83 | 21.65 | 9.6 | - |
| YUV | 122.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 78 | 0 | 0.63 | 0.65 | 0.14 | 1.27 | 0.67 | 0.58 |
| Hex | DC | 51 | 4E | 0 | 3F | 41 | E | 1 | 43 | 3A |
| Octal | 334 | 121 | 116 | 0 | 77 | 101 | 16 | 1 | 103 | 72 |
| Binary | 11011100 | 1010001 | 1001110 | 0 | 111111 | 1000001 | 1110 | 1 | 1000011 | 111010 |
Color Harmonies of #DC514E
Complementary color
Monochromatic Colors of #DC514E
Black with #DC514E
Text Example
Text Example
White with #DC514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC514E; }
p { color: rgb(220,81,78); }
H1.HeaderClassName
{
color: #DC514E;
}
.AnyTagClassName
{
color: #DC514E;
}
</style>
background-color css
<style>
a { background-color: #DC514E; }
a { background-color: rgb(220,81,78); }
div.DivClassName
{
background-color: #DC514E;
}
.BgClassName
{
background-color: #DC514E;
}
</style>
border-color css
<style>
span { border-color: #DC514E; }
span { border-color: rgb(220,81,78); }
td.TdClassName
{
border-color: #DC514E;
}
.TagClassName
{
border-color: #DC514E;
}
</style>