Shades of Valencia #D7574E
Tints of Valencia #D7574E
RGB
CMYK
RGB Variations
Color information
#D7574E (or 0xD7574E) is known color: Valencia. HEX triplet: D7, 57 and 4E. RGB value is (215,87,78). Sum of RGB (Red+Green+Blue) = 215+87+78=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D7574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7574E is #28A8B1. Grayscale: #7C7C7C. Windows color (decimal): -2664626 or 5134295. OLE color: 5134295.
HSL color Cylindrical-coordinate representation of color #D7574E: hue angle of 3.94º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D7574E is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 78 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.16 |
| HSL | 3.94º | 0.63% | 0.57% | - |
| HSV(B) | 3.94º | 0.64% | 0.84% | - |
| XYZ | 32.81 | 21.81 | 9.69 | - |
| YUV | 124.25 | 101.91 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 78 | 0 | 0.60 | 0.64 | 0.16 | 3.94 | 0.63 | 0.57 |
| Hex | D7 | 57 | 4E | 0 | 3C | 40 | 10 | 4 | 3F | 39 |
| Octal | 327 | 127 | 116 | 0 | 74 | 100 | 20 | 4 | 77 | 71 |
| Binary | 11010111 | 1010111 | 1001110 | 0 | 111100 | 1000000 | 10000 | 100 | 111111 | 111001 |
Color Harmonies of #D7574E
Complementary color
Monochromatic Colors of #D7574E
Black with #D7574E
Text Example
Text Example
White with #D7574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7574E; }
p { color: rgb(215,87,78); }
H1.HeaderClassName
{
color: #D7574E;
}
.AnyTagClassName
{
color: #D7574E;
}
</style>
background-color css
<style>
a { background-color: #D7574E; }
a { background-color: rgb(215,87,78); }
div.DivClassName
{
background-color: #D7574E;
}
.BgClassName
{
background-color: #D7574E;
}
</style>
border-color css
<style>
span { border-color: #D7574E; }
span { border-color: rgb(215,87,78); }
td.TdClassName
{
border-color: #D7574E;
}
.TagClassName
{
border-color: #D7574E;
}
</style>