Shades of Valencia #D6514C
Tints of Valencia #D6514C
RGB
CMYK
RGB Variations
Color information
#D6514C (or 0xD6514C) is known color: Valencia. HEX triplet: D6, 51 and 4C. RGB value is (214,81,76). Sum of RGB (Red+Green+Blue) = 214+81+76=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6514C is #29AEB3. Grayscale: #787878. Windows color (decimal): -2731700 or 5001686. OLE color: 5001686.
HSL color Cylindrical-coordinate representation of color #D6514C: hue angle of 2.17º degrees, saturation: 0.63, 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 #D6514C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 81 | 76 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.16 |
| HSL | 2.17º | 0.63% | 0.57% | - |
| HSV(B) | 2.17º | 0.64% | 0.84% | - |
| XYZ | 31.98 | 20.7 | 9.15 | - |
| YUV | 120.2 | 103.06 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 81 | 76 | 0 | 0.62 | 0.64 | 0.16 | 2.17 | 0.63 | 0.57 |
| Hex | D6 | 51 | 4C | 0 | 3E | 40 | 10 | 2 | 3F | 39 |
| Octal | 326 | 121 | 114 | 0 | 76 | 100 | 20 | 2 | 77 | 71 |
| Binary | 11010110 | 1010001 | 1001100 | 0 | 111110 | 1000000 | 10000 | 10 | 111111 | 111001 |
Color Harmonies of #D6514C
Complementary color
Monochromatic Colors of #D6514C
Black with #D6514C
Text Example
Text Example
White with #D6514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6514C; }
p { color: rgb(214,81,76); }
H1.HeaderClassName
{
color: #D6514C;
}
.AnyTagClassName
{
color: #D6514C;
}
</style>
background-color css
<style>
a { background-color: #D6514C; }
a { background-color: rgb(214,81,76); }
div.DivClassName
{
background-color: #D6514C;
}
.BgClassName
{
background-color: #D6514C;
}
</style>
border-color css
<style>
span { border-color: #D6514C; }
span { border-color: rgb(214,81,76); }
td.TdClassName
{
border-color: #D6514C;
}
.TagClassName
{
border-color: #D6514C;
}
</style>