Shades of Valencia #D6574E
Tints of Valencia #D6574E
RGB
CMYK
RGB Variations
Color information
#D6574E (or 0xD6574E) is known color: Valencia. HEX triplet: D6, 57 and 4E. RGB value is (214,87,78). Sum of RGB (Red+Green+Blue) = 214+87+78=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 87 (34.38% from 255 or 22.96% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6574E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6574E is #29A8B1. Grayscale: #7C7C7C. Windows color (decimal): -2730162 or 5134294. OLE color: 5134294.
HSL color Cylindrical-coordinate representation of color #D6574E: hue angle of 3.97º degrees, saturation: 0.62, 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 #D6574E is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 78 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.16 |
| HSL | 3.97º | 0.62% | 0.57% | - |
| HSV(B) | 3.97º | 0.64% | 0.84% | - |
| XYZ | 32.51 | 21.66 | 9.68 | - |
| YUV | 123.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 78 | 0 | 0.59 | 0.64 | 0.16 | 3.97 | 0.62 | 0.57 |
| Hex | D6 | 57 | 4E | 0 | 3B | 40 | 10 | 4 | 3E | 39 |
| Octal | 326 | 127 | 116 | 0 | 73 | 100 | 20 | 4 | 76 | 71 |
| Binary | 11010110 | 1010111 | 1001110 | 0 | 111011 | 1000000 | 10000 | 100 | 111110 | 111001 |
Color Harmonies of #D6574E
Complementary color
Monochromatic Colors of #D6574E
Black with #D6574E
Text Example
Text Example
White with #D6574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6574E; }
p { color: rgb(214,87,78); }
H1.HeaderClassName
{
color: #D6574E;
}
.AnyTagClassName
{
color: #D6574E;
}
</style>
background-color css
<style>
a { background-color: #D6574E; }
a { background-color: rgb(214,87,78); }
div.DivClassName
{
background-color: #D6574E;
}
.BgClassName
{
background-color: #D6574E;
}
</style>
border-color css
<style>
span { border-color: #D6574E; }
span { border-color: rgb(214,87,78); }
td.TdClassName
{
border-color: #D6574E;
}
.TagClassName
{
border-color: #D6574E;
}
</style>