Shades of Valencia #D15249
Tints of Valencia #D15249
RGB
CMYK
RGB Variations
Color information
#D15249 (or 0xD15249) is known color: Valencia. HEX triplet: D1, 52 and 49. RGB value is (209,82,73). Sum of RGB (Red+Green+Blue) = 209+82+73=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D15249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15249 is #2EADB6. Grayscale: #777777. Windows color (decimal): -3059127 or 4805329. OLE color: 4805329.
HSL color Cylindrical-coordinate representation of color #D15249: hue angle of 3.97º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D15249 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 73 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.18 |
| HSL | 3.97º | 0.6% | 0.55% | - |
| HSV(B) | 3.97º | 0.65% | 0.82% | - |
| XYZ | 30.51 | 20.07 | 8.57 | - |
| YUV | 118.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 73 | 0 | 0.61 | 0.65 | 0.18 | 3.97 | 0.6 | 0.55 |
| Hex | D1 | 52 | 49 | 0 | 3D | 41 | 12 | 4 | 3C | 37 |
| Octal | 321 | 122 | 111 | 0 | 75 | 101 | 22 | 4 | 74 | 67 |
| Binary | 11010001 | 1010010 | 1001001 | 0 | 111101 | 1000001 | 10010 | 100 | 111100 | 110111 |
Color Harmonies of #D15249
Complementary color
Monochromatic Colors of #D15249
Black with #D15249
Text Example
Text Example
White with #D15249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15249; }
p { color: rgb(209,82,73); }
H1.HeaderClassName
{
color: #D15249;
}
.AnyTagClassName
{
color: #D15249;
}
</style>
background-color css
<style>
a { background-color: #D15249; }
a { background-color: rgb(209,82,73); }
div.DivClassName
{
background-color: #D15249;
}
.BgClassName
{
background-color: #D15249;
}
</style>
border-color css
<style>
span { border-color: #D15249; }
span { border-color: rgb(209,82,73); }
td.TdClassName
{
border-color: #D15249;
}
.TagClassName
{
border-color: #D15249;
}
</style>