Shades of Valencia #D65C54
Tints of Valencia #D65C54
RGB
CMYK
RGB Variations
Color information
#D65C54 (or 0xD65C54) is known color: Valencia. HEX triplet: D6, 5C and 54. RGB value is (214,92,84). Sum of RGB (Red+Green+Blue) = 214+92+84=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 84 (33.20% from 255 or 21.54% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C54 is #29A3AB. Grayscale: #7F7F7F. Windows color (decimal): -2728876 or 5528790. OLE color: 5528790.
HSL color Cylindrical-coordinate representation of color #D65C54: hue angle of 3.69º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65C54 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 84 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.16 |
| HSL | 3.69º | 0.61% | 0.58% | - |
| HSV(B) | 3.69º | 0.61% | 0.84% | - |
| XYZ | 33.16 | 22.59 | 11 | - |
| YUV | 127.57 | 103.42 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 84 | 0 | 0.57 | 0.61 | 0.16 | 3.69 | 0.61 | 0.58 |
| Hex | D6 | 5C | 54 | 0 | 39 | 3D | 10 | 4 | 3D | 3A |
| Octal | 326 | 134 | 124 | 0 | 71 | 75 | 20 | 4 | 75 | 72 |
| Binary | 11010110 | 1011100 | 1010100 | 0 | 111001 | 111101 | 10000 | 100 | 111101 | 111010 |
Color Harmonies of #D65C54
Complementary color
Monochromatic Colors of #D65C54
Black with #D65C54
Text Example
Text Example
White with #D65C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C54; }
p { color: rgb(214,92,84); }
H1.HeaderClassName
{
color: #D65C54;
}
.AnyTagClassName
{
color: #D65C54;
}
</style>
background-color css
<style>
a { background-color: #D65C54; }
a { background-color: rgb(214,92,84); }
div.DivClassName
{
background-color: #D65C54;
}
.BgClassName
{
background-color: #D65C54;
}
</style>
border-color css
<style>
span { border-color: #D65C54; }
span { border-color: rgb(214,92,84); }
td.TdClassName
{
border-color: #D65C54;
}
.TagClassName
{
border-color: #D65C54;
}
</style>