Shades of Valencia #D6594E
Tints of Valencia #D6594E
RGB
CMYK
RGB Variations
Color information
#D6594E (or 0xD6594E) is known color: Valencia. HEX triplet: D6, 59 and 4E. RGB value is (214,89,78). Sum of RGB (Red+Green+Blue) = 214+89+78=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6594E is #29A6B1. Grayscale: #7D7D7D. Windows color (decimal): -2729650 or 5134806. OLE color: 5134806.
HSL color Cylindrical-coordinate representation of color #D6594E: hue angle of 4.85º 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 #D6594E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 89 | 78 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.16 |
| HSL | 4.85º | 0.62% | 0.57% | - |
| HSV(B) | 4.85º | 0.64% | 0.84% | - |
| XYZ | 32.68 | 21.99 | 9.73 | - |
| YUV | 125.12 | 101.41 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 89 | 78 | 0 | 0.58 | 0.64 | 0.16 | 4.85 | 0.62 | 0.57 |
| Hex | D6 | 59 | 4E | 0 | 3A | 40 | 10 | 5 | 3E | 39 |
| Octal | 326 | 131 | 116 | 0 | 72 | 100 | 20 | 5 | 76 | 71 |
| Binary | 11010110 | 1011001 | 1001110 | 0 | 111010 | 1000000 | 10000 | 101 | 111110 | 111001 |
Color Harmonies of #D6594E
Complementary color
Monochromatic Colors of #D6594E
Black with #D6594E
Text Example
Text Example
White with #D6594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6594E; }
p { color: rgb(214,89,78); }
H1.HeaderClassName
{
color: #D6594E;
}
.AnyTagClassName
{
color: #D6594E;
}
</style>
background-color css
<style>
a { background-color: #D6594E; }
a { background-color: rgb(214,89,78); }
div.DivClassName
{
background-color: #D6594E;
}
.BgClassName
{
background-color: #D6594E;
}
</style>
border-color css
<style>
span { border-color: #D6594E; }
span { border-color: rgb(214,89,78); }
td.TdClassName
{
border-color: #D6594E;
}
.TagClassName
{
border-color: #D6594E;
}
</style>