Shades of Valencia #D64A49
Tints of Valencia #D64A49
RGB
CMYK
RGB Variations
Color information
#D64A49 (or 0xD64A49) is known color: Valencia. HEX triplet: D6, 4A and 49. RGB value is (214,74,73). Sum of RGB (Red+Green+Blue) = 214+74+73=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A49 is #29B5B6. Grayscale: #737373. Windows color (decimal): -2733495 or 4803286. OLE color: 4803286.
HSL color Cylindrical-coordinate representation of color #D64A49: hue angle of 0.43º 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 #D64A49 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 73 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.16 |
| HSL | 0.43º | 0.63% | 0.56% | - |
| HSV(B) | 0.43º | 0.66% | 0.84% | - |
| XYZ | 31.38 | 19.67 | 8.45 | - |
| YUV | 115.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 73 | 0 | 0.65 | 0.66 | 0.16 | 0.43 | 0.63 | 0.56 |
| Hex | D6 | 4A | 49 | 0 | 41 | 42 | 10 | 0 | 3F | 38 |
| Octal | 326 | 112 | 111 | 0 | 101 | 102 | 20 | 0 | 77 | 70 |
| Binary | 11010110 | 1001010 | 1001001 | 0 | 1000001 | 1000010 | 10000 | 0 | 111111 | 111000 |
Color Harmonies of #D64A49
Complementary color
Monochromatic Colors of #D64A49
Black with #D64A49
Text Example
Text Example
White with #D64A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A49; }
p { color: rgb(214,74,73); }
H1.HeaderClassName
{
color: #D64A49;
}
.AnyTagClassName
{
color: #D64A49;
}
</style>
background-color css
<style>
a { background-color: #D64A49; }
a { background-color: rgb(214,74,73); }
div.DivClassName
{
background-color: #D64A49;
}
.BgClassName
{
background-color: #D64A49;
}
</style>
border-color css
<style>
span { border-color: #D64A49; }
span { border-color: rgb(214,74,73); }
td.TdClassName
{
border-color: #D64A49;
}
.TagClassName
{
border-color: #D64A49;
}
</style>