Shades of Valencia #D64C47
Tints of Valencia #D64C47
RGB
CMYK
RGB Variations
Color information
#D64C47 (or 0xD64C47) is known color: Valencia. HEX triplet: D6, 4C and 47. RGB value is (214,76,71). Sum of RGB (Red+Green+Blue) = 214+76+71=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C47 is #29B3B8. Grayscale: #747474. Windows color (decimal): -2732985 or 4672726. OLE color: 4672726.
HSL color Cylindrical-coordinate representation of color #D64C47: hue angle of 2.1º 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 #D64C47 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 71 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.16 |
| HSL | 2.1º | 0.64% | 0.56% | - |
| HSV(B) | 2.1º | 0.67% | 0.84% | - |
| XYZ | 31.45 | 19.92 | 8.15 | - |
| YUV | 116.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 71 | 0 | 0.64 | 0.67 | 0.16 | 2.1 | 0.64 | 0.56 |
| Hex | D6 | 4C | 47 | 0 | 40 | 43 | 10 | 2 | 40 | 38 |
| Octal | 326 | 114 | 107 | 0 | 100 | 103 | 20 | 2 | 100 | 70 |
| Binary | 11010110 | 1001100 | 1000111 | 0 | 1000000 | 1000011 | 10000 | 10 | 1000000 | 111000 |
Color Harmonies of #D64C47
Complementary color
Monochromatic Colors of #D64C47
Black with #D64C47
Text Example
Text Example
White with #D64C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C47; }
p { color: rgb(214,76,71); }
H1.HeaderClassName
{
color: #D64C47;
}
.AnyTagClassName
{
color: #D64C47;
}
</style>
background-color css
<style>
a { background-color: #D64C47; }
a { background-color: rgb(214,76,71); }
div.DivClassName
{
background-color: #D64C47;
}
.BgClassName
{
background-color: #D64C47;
}
</style>
border-color css
<style>
span { border-color: #D64C47; }
span { border-color: rgb(214,76,71); }
td.TdClassName
{
border-color: #D64C47;
}
.TagClassName
{
border-color: #D64C47;
}
</style>