Shades of Valencia #D64D45
Tints of Valencia #D64D45
RGB
CMYK
RGB Variations
Color information
#D64D45 (or 0xD64D45) is known color: Valencia. HEX triplet: D6, 4D and 45. RGB value is (214,77,69). Sum of RGB (Red+Green+Blue) = 214+77+69=360 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.44% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D45 is #29B2BA. Grayscale: #757575. Windows color (decimal): -2732731 or 4541910. OLE color: 4541910.
HSL color Cylindrical-coordinate representation of color #D64D45: hue angle of 3.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64D45 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 69 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.16 |
| HSL | 3.31º | 0.64% | 0.55% | - |
| HSV(B) | 3.31º | 0.68% | 0.84% | - |
| XYZ | 31.46 | 20.03 | 7.84 | - |
| YUV | 117.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 69 | 0 | 0.64 | 0.68 | 0.16 | 3.31 | 0.64 | 0.55 |
| Hex | D6 | 4D | 45 | 0 | 40 | 44 | 10 | 3 | 40 | 37 |
| Octal | 326 | 115 | 105 | 0 | 100 | 104 | 20 | 3 | 100 | 67 |
| Binary | 11010110 | 1001101 | 1000101 | 0 | 1000000 | 1000100 | 10000 | 11 | 1000000 | 110111 |
Color Harmonies of #D64D45
Complementary color
Monochromatic Colors of #D64D45
Black with #D64D45
Text Example
Text Example
White with #D64D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D45; }
p { color: rgb(214,77,69); }
H1.HeaderClassName
{
color: #D64D45;
}
.AnyTagClassName
{
color: #D64D45;
}
</style>
background-color css
<style>
a { background-color: #D64D45; }
a { background-color: rgb(214,77,69); }
div.DivClassName
{
background-color: #D64D45;
}
.BgClassName
{
background-color: #D64D45;
}
</style>
border-color css
<style>
span { border-color: #D64D45; }
span { border-color: rgb(214,77,69); }
td.TdClassName
{
border-color: #D64D45;
}
.TagClassName
{
border-color: #D64D45;
}
</style>