Shades of Valencia #D5514D
Tints of Valencia #D5514D
RGB
CMYK
RGB Variations
Color information
#D5514D (or 0xD5514D) is known color: Valencia. HEX triplet: D5, 51 and 4D. RGB value is (213,81,77). Sum of RGB (Red+Green+Blue) = 213+81+77=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5514D is #2AAEB2. Grayscale: #787878. Windows color (decimal): -2797235 or 5067221. OLE color: 5067221.
HSL color Cylindrical-coordinate representation of color #D5514D: hue angle of 1.76º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5514D is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 77 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.16 |
| HSL | 1.76º | 0.62% | 0.57% | - |
| HSV(B) | 1.76º | 0.64% | 0.84% | - |
| XYZ | 31.72 | 20.57 | 9.32 | - |
| YUV | 120.01 | 103.73 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 77 | 0 | 0.62 | 0.64 | 0.16 | 1.76 | 0.62 | 0.57 |
| Hex | D5 | 51 | 4D | 0 | 3E | 40 | 10 | 2 | 3E | 39 |
| Octal | 325 | 121 | 115 | 0 | 76 | 100 | 20 | 2 | 76 | 71 |
| Binary | 11010101 | 1010001 | 1001101 | 0 | 111110 | 1000000 | 10000 | 10 | 111110 | 111001 |
Color Harmonies of #D5514D
Complementary color
Monochromatic Colors of #D5514D
Black with #D5514D
Text Example
Text Example
White with #D5514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5514D; }
p { color: rgb(213,81,77); }
H1.HeaderClassName
{
color: #D5514D;
}
.AnyTagClassName
{
color: #D5514D;
}
</style>
background-color css
<style>
a { background-color: #D5514D; }
a { background-color: rgb(213,81,77); }
div.DivClassName
{
background-color: #D5514D;
}
.BgClassName
{
background-color: #D5514D;
}
</style>
border-color css
<style>
span { border-color: #D5514D; }
span { border-color: rgb(213,81,77); }
td.TdClassName
{
border-color: #D5514D;
}
.TagClassName
{
border-color: #D5514D;
}
</style>