Shades of Valencia #D65E4E
Tints of Valencia #D65E4E
RGB
CMYK
RGB Variations
Color information
#D65E4E (or 0xD65E4E) is known color: Valencia. HEX triplet: D6, 5E and 4E. RGB value is (214,94,78). Sum of RGB (Red+Green+Blue) = 214+94+78=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E4E is #29A1B1. Grayscale: #808080. Windows color (decimal): -2728370 or 5136086. OLE color: 5136086.
HSL color Cylindrical-coordinate representation of color #D65E4E: hue angle of 7.06º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D65E4E is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 78 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.16 |
| HSL | 7.06º | 0.62% | 0.57% | - |
| HSV(B) | 7.06º | 0.64% | 0.84% | - |
| XYZ | 33.11 | 22.85 | 9.87 | - |
| YUV | 128.06 | 99.76 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 78 | 0 | 0.56 | 0.64 | 0.16 | 7.06 | 0.62 | 0.57 |
| Hex | D6 | 5E | 4E | 0 | 38 | 40 | 10 | 7 | 3E | 39 |
| Octal | 326 | 136 | 116 | 0 | 70 | 100 | 20 | 7 | 76 | 71 |
| Binary | 11010110 | 1011110 | 1001110 | 0 | 111000 | 1000000 | 10000 | 111 | 111110 | 111001 |
Color Harmonies of #D65E4E
Complementary color
Monochromatic Colors of #D65E4E
Black with #D65E4E
Text Example
Text Example
White with #D65E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E4E; }
p { color: rgb(214,94,78); }
H1.HeaderClassName
{
color: #D65E4E;
}
.AnyTagClassName
{
color: #D65E4E;
}
</style>
background-color css
<style>
a { background-color: #D65E4E; }
a { background-color: rgb(214,94,78); }
div.DivClassName
{
background-color: #D65E4E;
}
.BgClassName
{
background-color: #D65E4E;
}
</style>
border-color css
<style>
span { border-color: #D65E4E; }
span { border-color: rgb(214,94,78); }
td.TdClassName
{
border-color: #D65E4E;
}
.TagClassName
{
border-color: #D65E4E;
}
</style>