Shades of Valencia #D65E52
Tints of Valencia #D65E52
RGB
CMYK
RGB Variations
Color information
#D65E52 (or 0xD65E52) is known color: Valencia. HEX triplet: D6, 5E and 52. RGB value is (214,94,82). Sum of RGB (Red+Green+Blue) = 214+94+82=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65E52 is #29A1AD. Grayscale: #808080. Windows color (decimal): -2728366 or 5398230. OLE color: 5398230.
HSL color Cylindrical-coordinate representation of color #D65E52: hue angle of 5.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D65E52 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 94 | 82 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.16 |
| HSL | 5.45º | 0.62% | 0.58% | - |
| HSV(B) | 5.45º | 0.62% | 0.84% | - |
| XYZ | 33.26 | 22.91 | 10.65 | - |
| YUV | 128.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 94 | 82 | 0 | 0.56 | 0.62 | 0.16 | 5.45 | 0.62 | 0.58 |
| Hex | D6 | 5E | 52 | 0 | 38 | 3E | 10 | 5 | 3E | 3A |
| Octal | 326 | 136 | 122 | 0 | 70 | 76 | 20 | 5 | 76 | 72 |
| Binary | 11010110 | 1011110 | 1010010 | 0 | 111000 | 111110 | 10000 | 101 | 111110 | 111010 |
Color Harmonies of #D65E52
Complementary color
Monochromatic Colors of #D65E52
Black with #D65E52
Text Example
Text Example
White with #D65E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65E52; }
p { color: rgb(214,94,82); }
H1.HeaderClassName
{
color: #D65E52;
}
.AnyTagClassName
{
color: #D65E52;
}
</style>
background-color css
<style>
a { background-color: #D65E52; }
a { background-color: rgb(214,94,82); }
div.DivClassName
{
background-color: #D65E52;
}
.BgClassName
{
background-color: #D65E52;
}
</style>
border-color css
<style>
span { border-color: #D65E52; }
span { border-color: rgb(214,94,82); }
td.TdClassName
{
border-color: #D65E52;
}
.TagClassName
{
border-color: #D65E52;
}
</style>