Shades of Valencia #D7574F
Tints of Valencia #D7574F
RGB
CMYK
RGB Variations
Color information
#D7574F (or 0xD7574F) is known color: Valencia. HEX triplet: D7, 57 and 4F. RGB value is (215,87,79). Sum of RGB (Red+Green+Blue) = 215+87+79=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D7574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7574F is #28A8B0. Grayscale: #7C7C7C. Windows color (decimal): -2664625 or 5199831. OLE color: 5199831.
HSL color Cylindrical-coordinate representation of color #D7574F: hue angle of 3.53º 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 #D7574F is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 87 | 79 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.16 |
| HSL | 3.53º | 0.63% | 0.58% | - |
| HSV(B) | 3.53º | 0.63% | 0.84% | - |
| XYZ | 32.84 | 21.83 | 9.88 | - |
| YUV | 124.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 87 | 79 | 0 | 0.60 | 0.63 | 0.16 | 3.53 | 0.63 | 0.58 |
| Hex | D7 | 57 | 4F | 0 | 3C | 3F | 10 | 4 | 3F | 3A |
| Octal | 327 | 127 | 117 | 0 | 74 | 77 | 20 | 4 | 77 | 72 |
| Binary | 11010111 | 1010111 | 1001111 | 0 | 111100 | 111111 | 10000 | 100 | 111111 | 111010 |
Color Harmonies of #D7574F
Complementary color
Monochromatic Colors of #D7574F
Black with #D7574F
Text Example
Text Example
White with #D7574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7574F; }
p { color: rgb(215,87,79); }
H1.HeaderClassName
{
color: #D7574F;
}
.AnyTagClassName
{
color: #D7574F;
}
</style>
background-color css
<style>
a { background-color: #D7574F; }
a { background-color: rgb(215,87,79); }
div.DivClassName
{
background-color: #D7574F;
}
.BgClassName
{
background-color: #D7574F;
}
</style>
border-color css
<style>
span { border-color: #D7574F; }
span { border-color: rgb(215,87,79); }
td.TdClassName
{
border-color: #D7574F;
}
.TagClassName
{
border-color: #D7574F;
}
</style>