Shades of Valencia #D2594B
Tints of Valencia #D2594B
RGB
CMYK
RGB Variations
Color information
#D2594B (or 0xD2594B) is known color: Valencia. HEX triplet: D2, 59 and 4B. RGB value is (210,89,75). Sum of RGB (Red+Green+Blue) = 210+89+75=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2594B is #2DA6B4. Grayscale: #7B7B7B. Windows color (decimal): -2991797 or 4938194. OLE color: 4938194.
HSL color Cylindrical-coordinate representation of color #D2594B: hue angle of 6.22º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2594B is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 89 | 75 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.18 |
| HSL | 6.22º | 0.6% | 0.56% | - |
| HSV(B) | 6.22º | 0.64% | 0.82% | - |
| XYZ | 31.42 | 21.35 | 9.12 | - |
| YUV | 123.58 | 100.59 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 75 | 0 | 0.58 | 0.64 | 0.18 | 6.22 | 0.6 | 0.56 |
| Hex | D2 | 59 | 4B | 0 | 3A | 40 | 12 | 6 | 3C | 38 |
| Octal | 322 | 131 | 113 | 0 | 72 | 100 | 22 | 6 | 74 | 70 |
| Binary | 11010010 | 1011001 | 1001011 | 0 | 111010 | 1000000 | 10010 | 110 | 111100 | 111000 |
Color Harmonies of #D2594B
Complementary color
Monochromatic Colors of #D2594B
Black with #D2594B
Text Example
Text Example
White with #D2594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2594B; }
p { color: rgb(210,89,75); }
H1.HeaderClassName
{
color: #D2594B;
}
.AnyTagClassName
{
color: #D2594B;
}
</style>
background-color css
<style>
a { background-color: #D2594B; }
a { background-color: rgb(210,89,75); }
div.DivClassName
{
background-color: #D2594B;
}
.BgClassName
{
background-color: #D2594B;
}
</style>
border-color css
<style>
span { border-color: #D2594B; }
span { border-color: rgb(210,89,75); }
td.TdClassName
{
border-color: #D2594B;
}
.TagClassName
{
border-color: #D2594B;
}
</style>