Shades of Valencia #D1594F
Tints of Valencia #D1594F
RGB
CMYK
RGB Variations
Color information
#D1594F (or 0xD1594F) is known color: Valencia. HEX triplet: D1, 59 and 4F. RGB value is (209,89,79). Sum of RGB (Red+Green+Blue) = 209+89+79=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D1594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1594F is #2EA6B0. Grayscale: #7B7B7B. Windows color (decimal): -3057329 or 5200337. OLE color: 5200337.
HSL color Cylindrical-coordinate representation of color #D1594F: hue angle of 4.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1594F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 89 | 79 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.18 |
| HSL | 4.62º | 0.59% | 0.56% | - |
| HSV(B) | 4.62º | 0.62% | 0.82% | - |
| XYZ | 31.28 | 21.26 | 9.85 | - |
| YUV | 123.74 | 102.76 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 79 | 0 | 0.57 | 0.62 | 0.18 | 4.62 | 0.59 | 0.56 |
| Hex | D1 | 59 | 4F | 0 | 39 | 3E | 12 | 5 | 3B | 38 |
| Octal | 321 | 131 | 117 | 0 | 71 | 76 | 22 | 5 | 73 | 70 |
| Binary | 11010001 | 1011001 | 1001111 | 0 | 111001 | 111110 | 10010 | 101 | 111011 | 111000 |
Color Harmonies of #D1594F
Complementary color
Monochromatic Colors of #D1594F
Black with #D1594F
Text Example
Text Example
White with #D1594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1594F; }
p { color: rgb(209,89,79); }
H1.HeaderClassName
{
color: #D1594F;
}
.AnyTagClassName
{
color: #D1594F;
}
</style>
background-color css
<style>
a { background-color: #D1594F; }
a { background-color: rgb(209,89,79); }
div.DivClassName
{
background-color: #D1594F;
}
.BgClassName
{
background-color: #D1594F;
}
</style>
border-color css
<style>
span { border-color: #D1594F; }
span { border-color: rgb(209,89,79); }
td.TdClassName
{
border-color: #D1594F;
}
.TagClassName
{
border-color: #D1594F;
}
</style>