Shades of Valencia #D7584F
Tints of Valencia #D7584F
RGB
CMYK
RGB Variations
Color information
#D7584F (or 0xD7584F) is known color: Valencia. HEX triplet: D7, 58 and 4F. RGB value is (215,88,79). Sum of RGB (Red+Green+Blue) = 215+88+79=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D7584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7584F is #28A7B0. Grayscale: #7D7D7D. Windows color (decimal): -2664369 or 5200087. OLE color: 5200087.
HSL color Cylindrical-coordinate representation of color #D7584F: hue angle of 3.97º 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 #D7584F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 88 | 79 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.16 |
| HSL | 3.97º | 0.63% | 0.58% | - |
| HSV(B) | 3.97º | 0.63% | 0.84% | - |
| XYZ | 32.93 | 21.99 | 9.91 | - |
| YUV | 124.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 88 | 79 | 0 | 0.59 | 0.63 | 0.16 | 3.97 | 0.63 | 0.58 |
| Hex | D7 | 58 | 4F | 0 | 3B | 3F | 10 | 4 | 3F | 3A |
| Octal | 327 | 130 | 117 | 0 | 73 | 77 | 20 | 4 | 77 | 72 |
| Binary | 11010111 | 1011000 | 1001111 | 0 | 111011 | 111111 | 10000 | 100 | 111111 | 111010 |
Color Harmonies of #D7584F
Complementary color
Monochromatic Colors of #D7584F
Black with #D7584F
Text Example
Text Example
White with #D7584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7584F; }
p { color: rgb(215,88,79); }
H1.HeaderClassName
{
color: #D7584F;
}
.AnyTagClassName
{
color: #D7584F;
}
</style>
background-color css
<style>
a { background-color: #D7584F; }
a { background-color: rgb(215,88,79); }
div.DivClassName
{
background-color: #D7584F;
}
.BgClassName
{
background-color: #D7584F;
}
</style>
border-color css
<style>
span { border-color: #D7584F; }
span { border-color: rgb(215,88,79); }
td.TdClassName
{
border-color: #D7584F;
}
.TagClassName
{
border-color: #D7584F;
}
</style>