Shades of Valencia #D64A44
Tints of Valencia #D64A44
RGB
CMYK
RGB Variations
Color information
#D64A44 (or 0xD64A44) is known color: Valencia. HEX triplet: D6, 4A and 44. RGB value is (214,74,68). Sum of RGB (Red+Green+Blue) = 214+74+68=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A44 is #29B5BB. Grayscale: #737373. Windows color (decimal): -2733500 or 4475606. OLE color: 4475606.
HSL color Cylindrical-coordinate representation of color #D64A44: hue angle of 2.47º 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 #D64A44 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 68 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.16 |
| HSL | 2.47º | 0.64% | 0.55% | - |
| HSV(B) | 2.47º | 0.68% | 0.84% | - |
| XYZ | 31.22 | 19.61 | 7.61 | - |
| YUV | 115.18 | 101.38 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 68 | 0 | 0.65 | 0.68 | 0.16 | 2.47 | 0.64 | 0.55 |
| Hex | D6 | 4A | 44 | 0 | 41 | 44 | 10 | 2 | 40 | 37 |
| Octal | 326 | 112 | 104 | 0 | 101 | 104 | 20 | 2 | 100 | 67 |
| Binary | 11010110 | 1001010 | 1000100 | 0 | 1000001 | 1000100 | 10000 | 10 | 1000000 | 110111 |
Color Harmonies of #D64A44
Complementary color
Monochromatic Colors of #D64A44
Black with #D64A44
Text Example
Text Example
White with #D64A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A44; }
p { color: rgb(214,74,68); }
H1.HeaderClassName
{
color: #D64A44;
}
.AnyTagClassName
{
color: #D64A44;
}
</style>
background-color css
<style>
a { background-color: #D64A44; }
a { background-color: rgb(214,74,68); }
div.DivClassName
{
background-color: #D64A44;
}
.BgClassName
{
background-color: #D64A44;
}
</style>
border-color css
<style>
span { border-color: #D64A44; }
span { border-color: rgb(214,74,68); }
td.TdClassName
{
border-color: #D64A44;
}
.TagClassName
{
border-color: #D64A44;
}
</style>