Shades of Valencia #D15146
Tints of Valencia #D15146
RGB
CMYK
RGB Variations
Color information
#D15146 (or 0xD15146) is known color: Valencia. HEX triplet: D1, 51 and 46. RGB value is (209,81,70). Sum of RGB (Red+Green+Blue) = 209+81+70=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D15146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15146 is #2EAEB9. Grayscale: #767676. Windows color (decimal): -3059386 or 4608465. OLE color: 4608465.
HSL color Cylindrical-coordinate representation of color #D15146: hue angle of 4.75º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D15146 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 81 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.18 |
| HSL | 4.75º | 0.6% | 0.55% | - |
| HSV(B) | 4.75º | 0.67% | 0.82% | - |
| XYZ | 30.34 | 19.88 | 8.03 | - |
| YUV | 118.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 70 | 0 | 0.61 | 0.67 | 0.18 | 4.75 | 0.6 | 0.55 |
| Hex | D1 | 51 | 46 | 0 | 3D | 43 | 12 | 5 | 3C | 37 |
| Octal | 321 | 121 | 106 | 0 | 75 | 103 | 22 | 5 | 74 | 67 |
| Binary | 11010001 | 1010001 | 1000110 | 0 | 111101 | 1000011 | 10010 | 101 | 111100 | 110111 |
Color Harmonies of #D15146
Complementary color
Monochromatic Colors of #D15146
Black with #D15146
Text Example
Text Example
White with #D15146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15146; }
p { color: rgb(209,81,70); }
H1.HeaderClassName
{
color: #D15146;
}
.AnyTagClassName
{
color: #D15146;
}
</style>
background-color css
<style>
a { background-color: #D15146; }
a { background-color: rgb(209,81,70); }
div.DivClassName
{
background-color: #D15146;
}
.BgClassName
{
background-color: #D15146;
}
</style>
border-color css
<style>
span { border-color: #D15146; }
span { border-color: rgb(209,81,70); }
td.TdClassName
{
border-color: #D15146;
}
.TagClassName
{
border-color: #D15146;
}
</style>