Shades of Valencia #D85F4F
Tints of Valencia #D85F4F
RGB
CMYK
RGB Variations
Color information
#D85F4F (or 0xD85F4F) is known color: Valencia. HEX triplet: D8, 5F and 4F. RGB value is (216,95,79). Sum of RGB (Red+Green+Blue) = 216+95+79=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F4F is #27A0B0. Grayscale: #818181. Windows color (decimal): -2597041 or 5201880. OLE color: 5201880.
HSL color Cylindrical-coordinate representation of color #D85F4F: hue angle of 7.01º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85F4F is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 79 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.15 |
| HSL | 7.01º | 0.64% | 0.58% | - |
| HSV(B) | 7.01º | 0.63% | 0.85% | - |
| XYZ | 33.82 | 23.35 | 10.12 | - |
| YUV | 129.36 | 99.59 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 79 | 0 | 0.56 | 0.63 | 0.15 | 7.01 | 0.64 | 0.58 |
| Hex | D8 | 5F | 4F | 0 | 38 | 3F | F | 7 | 40 | 3A |
| Octal | 330 | 137 | 117 | 0 | 70 | 77 | 17 | 7 | 100 | 72 |
| Binary | 11011000 | 1011111 | 1001111 | 0 | 111000 | 111111 | 1111 | 111 | 1000000 | 111010 |
Color Harmonies of #D85F4F
Complementary color
Monochromatic Colors of #D85F4F
Black with #D85F4F
Text Example
Text Example
White with #D85F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85F4F; }
p { color: rgb(216,95,79); }
H1.HeaderClassName
{
color: #D85F4F;
}
.AnyTagClassName
{
color: #D85F4F;
}
</style>
background-color css
<style>
a { background-color: #D85F4F; }
a { background-color: rgb(216,95,79); }
div.DivClassName
{
background-color: #D85F4F;
}
.BgClassName
{
background-color: #D85F4F;
}
</style>
border-color css
<style>
span { border-color: #D85F4F; }
span { border-color: rgb(216,95,79); }
td.TdClassName
{
border-color: #D85F4F;
}
.TagClassName
{
border-color: #D85F4F;
}
</style>