Shades of Valencia #D15551
Tints of Valencia #D15551
RGB
CMYK
RGB Variations
Color information
#D15551 (or 0xD15551) is known color: Valencia. HEX triplet: D1, 55 and 51. RGB value is (209,85,81). Sum of RGB (Red+Green+Blue) = 209+85+81=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15551 is #2EAAAE. Grayscale: #797979. Windows color (decimal): -3058351 or 5330385. OLE color: 5330385.
HSL color Cylindrical-coordinate representation of color #D15551: hue angle of 1.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15551 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 85 | 81 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.18 |
| HSL | 1.88º | 0.58% | 0.57% | - |
| HSV(B) | 1.88º | 0.61% | 0.82% | - |
| XYZ | 31.03 | 20.65 | 10.13 | - |
| YUV | 121.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 85 | 81 | 0 | 0.59 | 0.61 | 0.18 | 1.88 | 0.58 | 0.57 |
| Hex | D1 | 55 | 51 | 0 | 3B | 3D | 12 | 2 | 3A | 39 |
| Octal | 321 | 125 | 121 | 0 | 73 | 75 | 22 | 2 | 72 | 71 |
| Binary | 11010001 | 1010101 | 1010001 | 0 | 111011 | 111101 | 10010 | 10 | 111010 | 111001 |
Color Harmonies of #D15551
Complementary color
Monochromatic Colors of #D15551
Black with #D15551
Text Example
Text Example
White with #D15551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15551; }
p { color: rgb(209,85,81); }
H1.HeaderClassName
{
color: #D15551;
}
.AnyTagClassName
{
color: #D15551;
}
</style>
background-color css
<style>
a { background-color: #D15551; }
a { background-color: rgb(209,85,81); }
div.DivClassName
{
background-color: #D15551;
}
.BgClassName
{
background-color: #D15551;
}
</style>
border-color css
<style>
span { border-color: #D15551; }
span { border-color: rgb(209,85,81); }
td.TdClassName
{
border-color: #D15551;
}
.TagClassName
{
border-color: #D15551;
}
</style>