Shades of Valencia #D64E4A
Tints of Valencia #D64E4A
RGB
CMYK
RGB Variations
Color information
#D64E4A (or 0xD64E4A) is known color: Valencia. HEX triplet: D6, 4E and 4A. RGB value is (214,78,74). Sum of RGB (Red+Green+Blue) = 214+78+74=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E4A is #29B1B5. Grayscale: #767676. Windows color (decimal): -2732470 or 4869846. OLE color: 4869846.
HSL color Cylindrical-coordinate representation of color #D64E4A: hue angle of 1.71º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64E4A is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 74 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.16 |
| HSL | 1.71º | 0.63% | 0.56% | - |
| HSV(B) | 1.71º | 0.65% | 0.84% | - |
| XYZ | 31.69 | 20.24 | 8.71 | - |
| YUV | 118.21 | 103.06 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 74 | 0 | 0.64 | 0.65 | 0.16 | 1.71 | 0.63 | 0.56 |
| Hex | D6 | 4E | 4A | 0 | 40 | 41 | 10 | 2 | 3F | 38 |
| Octal | 326 | 116 | 112 | 0 | 100 | 101 | 20 | 2 | 77 | 70 |
| Binary | 11010110 | 1001110 | 1001010 | 0 | 1000000 | 1000001 | 10000 | 10 | 111111 | 111000 |
Color Harmonies of #D64E4A
Complementary color
Monochromatic Colors of #D64E4A
Black with #D64E4A
Text Example
Text Example
White with #D64E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E4A; }
p { color: rgb(214,78,74); }
H1.HeaderClassName
{
color: #D64E4A;
}
.AnyTagClassName
{
color: #D64E4A;
}
</style>
background-color css
<style>
a { background-color: #D64E4A; }
a { background-color: rgb(214,78,74); }
div.DivClassName
{
background-color: #D64E4A;
}
.BgClassName
{
background-color: #D64E4A;
}
</style>
border-color css
<style>
span { border-color: #D64E4A; }
span { border-color: rgb(214,78,74); }
td.TdClassName
{
border-color: #D64E4A;
}
.TagClassName
{
border-color: #D64E4A;
}
</style>