Shades of Valencia #D64D47
Tints of Valencia #D64D47
RGB
CMYK
RGB Variations
Color information
#D64D47 (or 0xD64D47) is known color: Valencia. HEX triplet: D6, 4D and 47. RGB value is (214,77,71). Sum of RGB (Red+Green+Blue) = 214+77+71=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 71 (28.12% from 255 or 19.61% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D47 is #29B2B8. Grayscale: #757575. Windows color (decimal): -2732729 or 4672982. OLE color: 4672982.
HSL color Cylindrical-coordinate representation of color #D64D47: hue angle of 2.52º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64D47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 71 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.16 |
| HSL | 2.52º | 0.64% | 0.56% | - |
| HSV(B) | 2.52º | 0.67% | 0.84% | - |
| XYZ | 31.52 | 20.06 | 8.17 | - |
| YUV | 117.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 71 | 0 | 0.64 | 0.67 | 0.16 | 2.52 | 0.64 | 0.56 |
| Hex | D6 | 4D | 47 | 0 | 40 | 43 | 10 | 3 | 40 | 38 |
| Octal | 326 | 115 | 107 | 0 | 100 | 103 | 20 | 3 | 100 | 70 |
| Binary | 11010110 | 1001101 | 1000111 | 0 | 1000000 | 1000011 | 10000 | 11 | 1000000 | 111000 |
Color Harmonies of #D64D47
Complementary color
Monochromatic Colors of #D64D47
Black with #D64D47
Text Example
Text Example
White with #D64D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D47; }
p { color: rgb(214,77,71); }
H1.HeaderClassName
{
color: #D64D47;
}
.AnyTagClassName
{
color: #D64D47;
}
</style>
background-color css
<style>
a { background-color: #D64D47; }
a { background-color: rgb(214,77,71); }
div.DivClassName
{
background-color: #D64D47;
}
.BgClassName
{
background-color: #D64D47;
}
</style>
border-color css
<style>
span { border-color: #D64D47; }
span { border-color: rgb(214,77,71); }
td.TdClassName
{
border-color: #D64D47;
}
.TagClassName
{
border-color: #D64D47;
}
</style>