Shades of Valencia #D0594B
Tints of Valencia #D0594B
RGB
CMYK
RGB Variations
Color information
#D0594B (or 0xD0594B) is known color: Valencia. HEX triplet: D0, 59 and 4B. RGB value is (208,89,75). Sum of RGB (Red+Green+Blue) = 208+89+75=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D0594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0594B is #2FA6B4. Grayscale: #7B7B7B. Windows color (decimal): -3122869 or 4938192. OLE color: 4938192.
HSL color Cylindrical-coordinate representation of color #D0594B: hue angle of 6.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0594B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 75 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.18 |
| HSL | 6.32º | 0.59% | 0.55% | - |
| HSV(B) | 6.32º | 0.64% | 0.82% | - |
| XYZ | 30.85 | 21.06 | 9.1 | - |
| YUV | 122.99 | 100.92 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 75 | 0 | 0.57 | 0.64 | 0.18 | 6.32 | 0.59 | 0.55 |
| Hex | D0 | 59 | 4B | 0 | 39 | 40 | 12 | 6 | 3B | 37 |
| Octal | 320 | 131 | 113 | 0 | 71 | 100 | 22 | 6 | 73 | 67 |
| Binary | 11010000 | 1011001 | 1001011 | 0 | 111001 | 1000000 | 10010 | 110 | 111011 | 110111 |
Color Harmonies of #D0594B
Complementary color
Monochromatic Colors of #D0594B
Black with #D0594B
Text Example
Text Example
White with #D0594B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0594B; }
p { color: rgb(208,89,75); }
H1.HeaderClassName
{
color: #D0594B;
}
.AnyTagClassName
{
color: #D0594B;
}
</style>
background-color css
<style>
a { background-color: #D0594B; }
a { background-color: rgb(208,89,75); }
div.DivClassName
{
background-color: #D0594B;
}
.BgClassName
{
background-color: #D0594B;
}
</style>
border-color css
<style>
span { border-color: #D0594B; }
span { border-color: rgb(208,89,75); }
td.TdClassName
{
border-color: #D0594B;
}
.TagClassName
{
border-color: #D0594B;
}
</style>