Shades of Valencia #D6574F
Tints of Valencia #D6574F
RGB
CMYK
RGB Variations
Color information
#D6574F (or 0xD6574F) is known color: Valencia. HEX triplet: D6, 57 and 4F. RGB value is (214,87,79). Sum of RGB (Red+Green+Blue) = 214+87+79=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6574F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6574F is #29A8B0. Grayscale: #7C7C7C. Windows color (decimal): -2730161 or 5199830. OLE color: 5199830.
HSL color Cylindrical-coordinate representation of color #D6574F: hue angle of 3.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6574F is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 79 | - |
| CMYK | 0 | 0.59 | 0.63 | 0.16 |
| HSL | 3.56º | 0.62% | 0.57% | - |
| HSV(B) | 3.56º | 0.63% | 0.84% | - |
| XYZ | 32.55 | 21.68 | 9.87 | - |
| YUV | 124.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 79 | 0 | 0.59 | 0.63 | 0.16 | 3.56 | 0.62 | 0.57 |
| Hex | D6 | 57 | 4F | 0 | 3B | 3F | 10 | 4 | 3E | 39 |
| Octal | 326 | 127 | 117 | 0 | 73 | 77 | 20 | 4 | 76 | 71 |
| Binary | 11010110 | 1010111 | 1001111 | 0 | 111011 | 111111 | 10000 | 100 | 111110 | 111001 |
Color Harmonies of #D6574F
Complementary color
Monochromatic Colors of #D6574F
Black with #D6574F
Text Example
Text Example
White with #D6574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6574F; }
p { color: rgb(214,87,79); }
H1.HeaderClassName
{
color: #D6574F;
}
.AnyTagClassName
{
color: #D6574F;
}
</style>
background-color css
<style>
a { background-color: #D6574F; }
a { background-color: rgb(214,87,79); }
div.DivClassName
{
background-color: #D6574F;
}
.BgClassName
{
background-color: #D6574F;
}
</style>
border-color css
<style>
span { border-color: #D6574F; }
span { border-color: rgb(214,87,79); }
td.TdClassName
{
border-color: #D6574F;
}
.TagClassName
{
border-color: #D6574F;
}
</style>