Shades of Valencia #D7564F
Tints of Valencia #D7564F
RGB
CMYK
RGB Variations
Color information
#D7564F (or 0xD7564F) is known color: Valencia. HEX triplet: D7, 56 and 4F. RGB value is (215,86,79). Sum of RGB (Red+Green+Blue) = 215+86+79=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 86 (33.98% from 255 or 22.63% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7564F is #28A9B0. Grayscale: #7B7B7B. Windows color (decimal): -2664881 or 5199575. OLE color: 5199575.
HSL color Cylindrical-coordinate representation of color #D7564F: hue angle of 3.09º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7564F is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 86 | 79 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.16 |
| HSL | 3.09º | 0.63% | 0.58% | - |
| HSV(B) | 3.09º | 0.63% | 0.84% | - |
| XYZ | 32.76 | 21.67 | 9.85 | - |
| YUV | 123.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 86 | 79 | 0 | 0.6 | 0.63 | 0.16 | 3.09 | 0.63 | 0.58 |
| Hex | D7 | 56 | 4F | 0 | 3C | 3F | 10 | 3 | 3F | 3A |
| Octal | 327 | 126 | 117 | 0 | 74 | 77 | 20 | 3 | 77 | 72 |
| Binary | 11010111 | 1010110 | 1001111 | 0 | 111100 | 111111 | 10000 | 11 | 111111 | 111010 |
Color Harmonies of #D7564F
Complementary color
Monochromatic Colors of #D7564F
Black with #D7564F
Text Example
Text Example
White with #D7564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7564F; }
p { color: rgb(215,86,79); }
H1.HeaderClassName
{
color: #D7564F;
}
.AnyTagClassName
{
color: #D7564F;
}
</style>
background-color css
<style>
a { background-color: #D7564F; }
a { background-color: rgb(215,86,79); }
div.DivClassName
{
background-color: #D7564F;
}
.BgClassName
{
background-color: #D7564F;
}
</style>
border-color css
<style>
span { border-color: #D7564F; }
span { border-color: rgb(215,86,79); }
td.TdClassName
{
border-color: #D7564F;
}
.TagClassName
{
border-color: #D7564F;
}
</style>