Shades of Valencia #D85249
Tints of Valencia #D85249
RGB
CMYK
RGB Variations
Color information
#D85249 (or 0xD85249) is known color: Valencia. HEX triplet: D8, 52 and 49. RGB value is (216,82,73). Sum of RGB (Red+Green+Blue) = 216+82+73=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D85249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85249 is #27ADB6. Grayscale: #797979. Windows color (decimal): -2600375 or 4805336. OLE color: 4805336.
HSL color Cylindrical-coordinate representation of color #D85249: hue angle of 3.78º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D85249 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 73 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.15 |
| HSL | 3.78º | 0.65% | 0.57% | - |
| HSV(B) | 3.78º | 0.66% | 0.85% | - |
| XYZ | 32.54 | 21.11 | 8.66 | - |
| YUV | 121.04 | 100.89 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 73 | 0 | 0.62 | 0.66 | 0.15 | 3.78 | 0.65 | 0.57 |
| Hex | D8 | 52 | 49 | 0 | 3E | 42 | F | 4 | 41 | 39 |
| Octal | 330 | 122 | 111 | 0 | 76 | 102 | 17 | 4 | 101 | 71 |
| Binary | 11011000 | 1010010 | 1001001 | 0 | 111110 | 1000010 | 1111 | 100 | 1000001 | 111001 |
Color Harmonies of #D85249
Complementary color
Monochromatic Colors of #D85249
Black with #D85249
Text Example
Text Example
White with #D85249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85249; }
p { color: rgb(216,82,73); }
H1.HeaderClassName
{
color: #D85249;
}
.AnyTagClassName
{
color: #D85249;
}
</style>
background-color css
<style>
a { background-color: #D85249; }
a { background-color: rgb(216,82,73); }
div.DivClassName
{
background-color: #D85249;
}
.BgClassName
{
background-color: #D85249;
}
</style>
border-color css
<style>
span { border-color: #D85249; }
span { border-color: rgb(216,82,73); }
td.TdClassName
{
border-color: #D85249;
}
.TagClassName
{
border-color: #D85249;
}
</style>