Shades of Valencia #D64946
Tints of Valencia #D64946
RGB
CMYK
RGB Variations
Color information
#D64946 (or 0xD64946) is known color: Valencia. HEX triplet: D6, 49 and 46. RGB value is (214,73,70). Sum of RGB (Red+Green+Blue) = 214+73+70=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D64946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64946 is #29B6B9. Grayscale: #727272. Windows color (decimal): -2733754 or 4606422. OLE color: 4606422.
HSL color Cylindrical-coordinate representation of color #D64946: hue angle of 1.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64946 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 70 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.16 |
| HSL | 1.25º | 0.64% | 0.56% | - |
| HSV(B) | 1.25º | 0.67% | 0.84% | - |
| XYZ | 31.22 | 19.5 | 7.91 | - |
| YUV | 114.82 | 102.71 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 70 | 0 | 0.66 | 0.67 | 0.16 | 1.25 | 0.64 | 0.56 |
| Hex | D6 | 49 | 46 | 0 | 42 | 43 | 10 | 1 | 40 | 38 |
| Octal | 326 | 111 | 106 | 0 | 102 | 103 | 20 | 1 | 100 | 70 |
| Binary | 11010110 | 1001001 | 1000110 | 0 | 1000010 | 1000011 | 10000 | 1 | 1000000 | 111000 |
Color Harmonies of #D64946
Complementary color
Monochromatic Colors of #D64946
Black with #D64946
Text Example
Text Example
White with #D64946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64946; }
p { color: rgb(214,73,70); }
H1.HeaderClassName
{
color: #D64946;
}
.AnyTagClassName
{
color: #D64946;
}
</style>
background-color css
<style>
a { background-color: #D64946; }
a { background-color: rgb(214,73,70); }
div.DivClassName
{
background-color: #D64946;
}
.BgClassName
{
background-color: #D64946;
}
</style>
border-color css
<style>
span { border-color: #D64946; }
span { border-color: rgb(214,73,70); }
td.TdClassName
{
border-color: #D64946;
}
.TagClassName
{
border-color: #D64946;
}
</style>