Shades of Valencia #D5604F
Tints of Valencia #D5604F
RGB
CMYK
RGB Variations
Color information
#D5604F (or 0xD5604F) is known color: Valencia. HEX triplet: D5, 60 and 4F. RGB value is (213,96,79). Sum of RGB (Red+Green+Blue) = 213+96+79=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5604F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5604F is #2A9FB0. Grayscale: #818181. Windows color (decimal): -2793393 or 5202133. OLE color: 5202133.
HSL color Cylindrical-coordinate representation of color #D5604F: hue angle of 7.61º degrees, saturation: 0.61, 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 #D5604F is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 79 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.16 |
| HSL | 7.61º | 0.61% | 0.57% | - |
| HSV(B) | 7.61º | 0.63% | 0.84% | - |
| XYZ | 33.03 | 23.08 | 10.11 | - |
| YUV | 129.05 | 99.76 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 79 | 0 | 0.55 | 0.63 | 0.16 | 7.61 | 0.61 | 0.57 |
| Hex | D5 | 60 | 4F | 0 | 37 | 3F | 10 | 8 | 3D | 39 |
| Octal | 325 | 140 | 117 | 0 | 67 | 77 | 20 | 10 | 75 | 71 |
| Binary | 11010101 | 1100000 | 1001111 | 0 | 110111 | 111111 | 10000 | 1000 | 111101 | 111001 |
Color Harmonies of #D5604F
Complementary color
Monochromatic Colors of #D5604F
Black with #D5604F
Text Example
Text Example
White with #D5604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5604F; }
p { color: rgb(213,96,79); }
H1.HeaderClassName
{
color: #D5604F;
}
.AnyTagClassName
{
color: #D5604F;
}
</style>
background-color css
<style>
a { background-color: #D5604F; }
a { background-color: rgb(213,96,79); }
div.DivClassName
{
background-color: #D5604F;
}
.BgClassName
{
background-color: #D5604F;
}
</style>
border-color css
<style>
span { border-color: #D5604F; }
span { border-color: rgb(213,96,79); }
td.TdClassName
{
border-color: #D5604F;
}
.TagClassName
{
border-color: #D5604F;
}
</style>