Shades of Valencia #D64C49
Tints of Valencia #D64C49
RGB
CMYK
RGB Variations
Color information
#D64C49 (or 0xD64C49) is known color: Valencia. HEX triplet: D6, 4C and 49. RGB value is (214,76,73). Sum of RGB (Red+Green+Blue) = 214+76+73=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 73 (28.91% from 255 or 20.11% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C49 is #29B3B6. Grayscale: #757575. Windows color (decimal): -2732983 or 4803798. OLE color: 4803798.
HSL color Cylindrical-coordinate representation of color #D64C49: hue angle of 1.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64C49 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 73 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.16 |
| HSL | 1.28º | 0.63% | 0.56% | - |
| HSV(B) | 1.28º | 0.66% | 0.84% | - |
| XYZ | 31.52 | 19.95 | 8.49 | - |
| YUV | 116.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 73 | 0 | 0.64 | 0.66 | 0.16 | 1.28 | 0.63 | 0.56 |
| Hex | D6 | 4C | 49 | 0 | 40 | 42 | 10 | 1 | 3F | 38 |
| Octal | 326 | 114 | 111 | 0 | 100 | 102 | 20 | 1 | 77 | 70 |
| Binary | 11010110 | 1001100 | 1001001 | 0 | 1000000 | 1000010 | 10000 | 1 | 111111 | 111000 |
Color Harmonies of #D64C49
Complementary color
Monochromatic Colors of #D64C49
Black with #D64C49
Text Example
Text Example
White with #D64C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64C49; }
p { color: rgb(214,76,73); }
H1.HeaderClassName
{
color: #D64C49;
}
.AnyTagClassName
{
color: #D64C49;
}
</style>
background-color css
<style>
a { background-color: #D64C49; }
a { background-color: rgb(214,76,73); }
div.DivClassName
{
background-color: #D64C49;
}
.BgClassName
{
background-color: #D64C49;
}
</style>
border-color css
<style>
span { border-color: #D64C49; }
span { border-color: rgb(214,76,73); }
td.TdClassName
{
border-color: #D64C49;
}
.TagClassName
{
border-color: #D64C49;
}
</style>