Shades of Valencia #D2594D
Tints of Valencia #D2594D
RGB
CMYK
RGB Variations
Color information
#D2594D (or 0xD2594D) is known color: Valencia. HEX triplet: D2, 59 and 4D. RGB value is (210,89,77). Sum of RGB (Red+Green+Blue) = 210+89+77=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D2594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2594D is #2DA6B2. Grayscale: #7B7B7B. Windows color (decimal): -2991795 or 5069266. OLE color: 5069266.
HSL color Cylindrical-coordinate representation of color #D2594D: hue angle of 5.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2594D is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 77 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.18 |
| HSL | 5.41º | 0.6% | 0.56% | - |
| HSV(B) | 5.41º | 0.63% | 0.82% | - |
| XYZ | 31.49 | 21.38 | 9.49 | - |
| YUV | 123.81 | 101.59 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 77 | 0 | 0.58 | 0.63 | 0.18 | 5.41 | 0.6 | 0.56 |
| Hex | D2 | 59 | 4D | 0 | 3A | 3F | 12 | 5 | 3C | 38 |
| Octal | 322 | 131 | 115 | 0 | 72 | 77 | 22 | 5 | 74 | 70 |
| Binary | 11010010 | 1011001 | 1001101 | 0 | 111010 | 111111 | 10010 | 101 | 111100 | 111000 |
Color Harmonies of #D2594D
Complementary color
Monochromatic Colors of #D2594D
Black with #D2594D
Text Example
Text Example
White with #D2594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2594D; }
p { color: rgb(210,89,77); }
H1.HeaderClassName
{
color: #D2594D;
}
.AnyTagClassName
{
color: #D2594D;
}
</style>
background-color css
<style>
a { background-color: #D2594D; }
a { background-color: rgb(210,89,77); }
div.DivClassName
{
background-color: #D2594D;
}
.BgClassName
{
background-color: #D2594D;
}
</style>
border-color css
<style>
span { border-color: #D2594D; }
span { border-color: rgb(210,89,77); }
td.TdClassName
{
border-color: #D2594D;
}
.TagClassName
{
border-color: #D2594D;
}
</style>