Shades of Valencia #D65C4F
Tints of Valencia #D65C4F
RGB
CMYK
RGB Variations
Color information
#D65C4F (or 0xD65C4F) is known color: Valencia. HEX triplet: D6, 5C and 4F. RGB value is (214,92,79). Sum of RGB (Red+Green+Blue) = 214+92+79=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C4F is #29A3B0. Grayscale: #7F7F7F. Windows color (decimal): -2728881 or 5201110. OLE color: 5201110.
HSL color Cylindrical-coordinate representation of color #D65C4F: hue angle of 5.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65C4F is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 79 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.16 |
| HSL | 5.78º | 0.62% | 0.57% | - |
| HSV(B) | 5.78º | 0.63% | 0.84% | - |
| XYZ | 32.97 | 22.51 | 10.01 | - |
| YUV | 127 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 79 | 0 | 0.57 | 0.63 | 0.16 | 5.78 | 0.62 | 0.57 |
| Hex | D6 | 5C | 4F | 0 | 39 | 3F | 10 | 6 | 3E | 39 |
| Octal | 326 | 134 | 117 | 0 | 71 | 77 | 20 | 6 | 76 | 71 |
| Binary | 11010110 | 1011100 | 1001111 | 0 | 111001 | 111111 | 10000 | 110 | 111110 | 111001 |
Color Harmonies of #D65C4F
Complementary color
Monochromatic Colors of #D65C4F
Black with #D65C4F
Text Example
Text Example
White with #D65C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C4F; }
p { color: rgb(214,92,79); }
H1.HeaderClassName
{
color: #D65C4F;
}
.AnyTagClassName
{
color: #D65C4F;
}
</style>
background-color css
<style>
a { background-color: #D65C4F; }
a { background-color: rgb(214,92,79); }
div.DivClassName
{
background-color: #D65C4F;
}
.BgClassName
{
background-color: #D65C4F;
}
</style>
border-color css
<style>
span { border-color: #D65C4F; }
span { border-color: rgb(214,92,79); }
td.TdClassName
{
border-color: #D65C4F;
}
.TagClassName
{
border-color: #D65C4F;
}
</style>