Shades of Valencia #D85140
Tints of Valencia #D85140
RGB
CMYK
RGB Variations
Color information
#D85140 (or 0xD85140) is known color: Valencia. HEX triplet: D8, 51 and 40. RGB value is (216,81,64). Sum of RGB (Red+Green+Blue) = 216+81+64=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D85140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85140 is #27AEBF. Grayscale: #777777. Windows color (decimal): -2600640 or 4215256. OLE color: 4215256.
HSL color Cylindrical-coordinate representation of color #D85140: hue angle of 6.71º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D85140 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 81 | 64 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.15 |
| HSL | 6.71º | 0.66% | 0.55% | - |
| HSV(B) | 6.71º | 0.7% | 0.85% | - |
| XYZ | 32.19 | 20.85 | 7.18 | - |
| YUV | 119.43 | 96.73 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 81 | 64 | 0 | 0.62 | 0.70 | 0.15 | 6.71 | 0.66 | 0.55 |
| Hex | D8 | 51 | 40 | 0 | 3E | 46 | F | 7 | 42 | 37 |
| Octal | 330 | 121 | 100 | 0 | 76 | 106 | 17 | 7 | 102 | 67 |
| Binary | 11011000 | 1010001 | 1000000 | 0 | 111110 | 1000110 | 1111 | 111 | 1000010 | 110111 |
Color Harmonies of #D85140
Complementary color
Monochromatic Colors of #D85140
Black with #D85140
Text Example
Text Example
White with #D85140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85140; }
p { color: rgb(216,81,64); }
H1.HeaderClassName
{
color: #D85140;
}
.AnyTagClassName
{
color: #D85140;
}
</style>
background-color css
<style>
a { background-color: #D85140; }
a { background-color: rgb(216,81,64); }
div.DivClassName
{
background-color: #D85140;
}
.BgClassName
{
background-color: #D85140;
}
</style>
border-color css
<style>
span { border-color: #D85140; }
span { border-color: rgb(216,81,64); }
td.TdClassName
{
border-color: #D85140;
}
.TagClassName
{
border-color: #D85140;
}
</style>