Shades of Valencia #D1574E
Tints of Valencia #D1574E
RGB
CMYK
RGB Variations
Color information
#D1574E (or 0xD1574E) is known color: Valencia. HEX triplet: D1, 57 and 4E. RGB value is (209,87,78). Sum of RGB (Red+Green+Blue) = 209+87+78=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1574E is #2EA8B1. Grayscale: #7A7A7A. Windows color (decimal): -3057842 or 5134289. OLE color: 5134289.
HSL color Cylindrical-coordinate representation of color #D1574E: hue angle of 4.12º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1574E is Cyan = 0, Magento = 0.58, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 78 | - |
| CMYK | 0 | 0.58 | 0.63 | 0.18 |
| HSL | 4.12º | 0.59% | 0.56% | - |
| HSV(B) | 4.12º | 0.63% | 0.82% | - |
| XYZ | 31.08 | 20.92 | 9.61 | - |
| YUV | 122.45 | 102.92 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 78 | 0 | 0.58 | 0.63 | 0.18 | 4.12 | 0.59 | 0.56 |
| Hex | D1 | 57 | 4E | 0 | 3A | 3F | 12 | 4 | 3B | 38 |
| Octal | 321 | 127 | 116 | 0 | 72 | 77 | 22 | 4 | 73 | 70 |
| Binary | 11010001 | 1010111 | 1001110 | 0 | 111010 | 111111 | 10010 | 100 | 111011 | 111000 |
Color Harmonies of #D1574E
Complementary color
Monochromatic Colors of #D1574E
Black with #D1574E
Text Example
Text Example
White with #D1574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1574E; }
p { color: rgb(209,87,78); }
H1.HeaderClassName
{
color: #D1574E;
}
.AnyTagClassName
{
color: #D1574E;
}
</style>
background-color css
<style>
a { background-color: #D1574E; }
a { background-color: rgb(209,87,78); }
div.DivClassName
{
background-color: #D1574E;
}
.BgClassName
{
background-color: #D1574E;
}
</style>
border-color css
<style>
span { border-color: #D1574E; }
span { border-color: rgb(209,87,78); }
td.TdClassName
{
border-color: #D1574E;
}
.TagClassName
{
border-color: #D1574E;
}
</style>