Shades of Valencia #D65F50
Tints of Valencia #D65F50
RGB
CMYK
RGB Variations
Color information
#D65F50 (or 0xD65F50) is known color: Valencia. HEX triplet: D6, 5F and 50. RGB value is (214,95,80). Sum of RGB (Red+Green+Blue) = 214+95+80=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F50 is #29A0AF. Grayscale: #818181. Windows color (decimal): -2728112 or 5267414. OLE color: 5267414.
HSL color Cylindrical-coordinate representation of color #D65F50: hue angle of 6.72º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65F50 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 80 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.16 |
| HSL | 6.72º | 0.62% | 0.58% | - |
| HSV(B) | 6.72º | 0.63% | 0.84% | - |
| XYZ | 33.27 | 23.06 | 10.29 | - |
| YUV | 128.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 80 | 0 | 0.56 | 0.63 | 0.16 | 6.72 | 0.62 | 0.58 |
| Hex | D6 | 5F | 50 | 0 | 38 | 3F | 10 | 7 | 3E | 3A |
| Octal | 326 | 137 | 120 | 0 | 70 | 77 | 20 | 7 | 76 | 72 |
| Binary | 11010110 | 1011111 | 1010000 | 0 | 111000 | 111111 | 10000 | 111 | 111110 | 111010 |
Color Harmonies of #D65F50
Complementary color
Monochromatic Colors of #D65F50
Black with #D65F50
Text Example
Text Example
White with #D65F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F50; }
p { color: rgb(214,95,80); }
H1.HeaderClassName
{
color: #D65F50;
}
.AnyTagClassName
{
color: #D65F50;
}
</style>
background-color css
<style>
a { background-color: #D65F50; }
a { background-color: rgb(214,95,80); }
div.DivClassName
{
background-color: #D65F50;
}
.BgClassName
{
background-color: #D65F50;
}
</style>
border-color css
<style>
span { border-color: #D65F50; }
span { border-color: rgb(214,95,80); }
td.TdClassName
{
border-color: #D65F50;
}
.TagClassName
{
border-color: #D65F50;
}
</style>