Shades of Valencia #D15147
Tints of Valencia #D15147
RGB
CMYK
RGB Variations
Color information
#D15147 (or 0xD15147) is known color: Valencia. HEX triplet: D1, 51 and 47. RGB value is (209,81,71). Sum of RGB (Red+Green+Blue) = 209+81+71=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D15147 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15147 is #2EAEB8. Grayscale: #767676. Windows color (decimal): -3059385 or 4674001. OLE color: 4674001.
HSL color Cylindrical-coordinate representation of color #D15147: hue angle of 4.35º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D15147 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 71 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.18 |
| HSL | 4.35º | 0.6% | 0.55% | - |
| HSV(B) | 4.35º | 0.66% | 0.82% | - |
| XYZ | 30.37 | 19.9 | 8.2 | - |
| YUV | 118.13 | 101.41 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 71 | 0 | 0.61 | 0.66 | 0.18 | 4.35 | 0.6 | 0.55 |
| Hex | D1 | 51 | 47 | 0 | 3D | 42 | 12 | 4 | 3C | 37 |
| Octal | 321 | 121 | 107 | 0 | 75 | 102 | 22 | 4 | 74 | 67 |
| Binary | 11010001 | 1010001 | 1000111 | 0 | 111101 | 1000010 | 10010 | 100 | 111100 | 110111 |
Color Harmonies of #D15147
Complementary color
Monochromatic Colors of #D15147
Black with #D15147
Text Example
Text Example
White with #D15147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15147; }
p { color: rgb(209,81,71); }
H1.HeaderClassName
{
color: #D15147;
}
.AnyTagClassName
{
color: #D15147;
}
</style>
background-color css
<style>
a { background-color: #D15147; }
a { background-color: rgb(209,81,71); }
div.DivClassName
{
background-color: #D15147;
}
.BgClassName
{
background-color: #D15147;
}
</style>
border-color css
<style>
span { border-color: #D15147; }
span { border-color: rgb(209,81,71); }
td.TdClassName
{
border-color: #D15147;
}
.TagClassName
{
border-color: #D15147;
}
</style>