Shades of Valencia #D15246
Tints of Valencia #D15246
RGB
CMYK
RGB Variations
Color information
#D15246 (or 0xD15246) is known color: Valencia. HEX triplet: D1, 52 and 46. RGB value is (209,82,70). Sum of RGB (Red+Green+Blue) = 209+82+70=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 70 (27.73% from 255 or 19.39% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D15246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15246 is #2EADB9. Grayscale: #767676. Windows color (decimal): -3059130 or 4608721. OLE color: 4608721.
HSL color Cylindrical-coordinate representation of color #D15246: hue angle of 5.18º 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 #D15246 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 70 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.18 |
| HSL | 5.18º | 0.6% | 0.55% | - |
| HSV(B) | 5.18º | 0.67% | 0.82% | - |
| XYZ | 30.42 | 20.03 | 8.06 | - |
| YUV | 118.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 70 | 0 | 0.61 | 0.67 | 0.18 | 5.18 | 0.6 | 0.55 |
| Hex | D1 | 52 | 46 | 0 | 3D | 43 | 12 | 5 | 3C | 37 |
| Octal | 321 | 122 | 106 | 0 | 75 | 103 | 22 | 5 | 74 | 67 |
| Binary | 11010001 | 1010010 | 1000110 | 0 | 111101 | 1000011 | 10010 | 101 | 111100 | 110111 |
Color Harmonies of #D15246
Complementary color
Monochromatic Colors of #D15246
Black with #D15246
Text Example
Text Example
White with #D15246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15246; }
p { color: rgb(209,82,70); }
H1.HeaderClassName
{
color: #D15246;
}
.AnyTagClassName
{
color: #D15246;
}
</style>
background-color css
<style>
a { background-color: #D15246; }
a { background-color: rgb(209,82,70); }
div.DivClassName
{
background-color: #D15246;
}
.BgClassName
{
background-color: #D15246;
}
</style>
border-color css
<style>
span { border-color: #D15246; }
span { border-color: rgb(209,82,70); }
td.TdClassName
{
border-color: #D15246;
}
.TagClassName
{
border-color: #D15246;
}
</style>