Shades of Valencia #D64844
Tints of Valencia #D64844
RGB
CMYK
RGB Variations
Color information
#D64844 (or 0xD64844) is known color: Valencia. HEX triplet: D6, 48 and 44. RGB value is (214,72,68). Sum of RGB (Red+Green+Blue) = 214+72+68=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D64844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64844 is #29B7BB. Grayscale: #727272. Windows color (decimal): -2734012 or 4475094. OLE color: 4475094.
HSL color Cylindrical-coordinate representation of color #D64844: hue angle of 1.64º 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 #D64844 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 68 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.16 |
| HSL | 1.64º | 0.64% | 0.55% | - |
| HSV(B) | 1.64º | 0.68% | 0.84% | - |
| XYZ | 31.09 | 19.35 | 7.56 | - |
| YUV | 114 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 68 | 0 | 0.66 | 0.68 | 0.16 | 1.64 | 0.64 | 0.55 |
| Hex | D6 | 48 | 44 | 0 | 42 | 44 | 10 | 2 | 40 | 37 |
| Octal | 326 | 110 | 104 | 0 | 102 | 104 | 20 | 2 | 100 | 67 |
| Binary | 11010110 | 1001000 | 1000100 | 0 | 1000010 | 1000100 | 10000 | 10 | 1000000 | 110111 |
Color Harmonies of #D64844
Complementary color
Monochromatic Colors of #D64844
Black with #D64844
Text Example
Text Example
White with #D64844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64844; }
p { color: rgb(214,72,68); }
H1.HeaderClassName
{
color: #D64844;
}
.AnyTagClassName
{
color: #D64844;
}
</style>
background-color css
<style>
a { background-color: #D64844; }
a { background-color: rgb(214,72,68); }
div.DivClassName
{
background-color: #D64844;
}
.BgClassName
{
background-color: #D64844;
}
</style>
border-color css
<style>
span { border-color: #D64844; }
span { border-color: rgb(214,72,68); }
td.TdClassName
{
border-color: #D64844;
}
.TagClassName
{
border-color: #D64844;
}
</style>