Shades of Valencia #D65F52
Tints of Valencia #D65F52
RGB
CMYK
RGB Variations
Color information
#D65F52 (or 0xD65F52) is known color: Valencia. HEX triplet: D6, 5F and 52. RGB value is (214,95,82). Sum of RGB (Red+Green+Blue) = 214+95+82=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F52 is #29A0AD. Grayscale: #818181. Windows color (decimal): -2728110 or 5398486. OLE color: 5398486.
HSL color Cylindrical-coordinate representation of color #D65F52: hue angle of 5.91º 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 #D65F52 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 95 | 82 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.16 |
| HSL | 5.91º | 0.62% | 0.58% | - |
| HSV(B) | 5.91º | 0.62% | 0.84% | - |
| XYZ | 33.35 | 23.09 | 10.68 | - |
| YUV | 129.1 | 101.42 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 95 | 82 | 0 | 0.56 | 0.62 | 0.16 | 5.91 | 0.62 | 0.58 |
| Hex | D6 | 5F | 52 | 0 | 38 | 3E | 10 | 6 | 3E | 3A |
| Octal | 326 | 137 | 122 | 0 | 70 | 76 | 20 | 6 | 76 | 72 |
| Binary | 11010110 | 1011111 | 1010010 | 0 | 111000 | 111110 | 10000 | 110 | 111110 | 111010 |
Color Harmonies of #D65F52
Complementary color
Monochromatic Colors of #D65F52
Black with #D65F52
Text Example
Text Example
White with #D65F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65F52; }
p { color: rgb(214,95,82); }
H1.HeaderClassName
{
color: #D65F52;
}
.AnyTagClassName
{
color: #D65F52;
}
</style>
background-color css
<style>
a { background-color: #D65F52; }
a { background-color: rgb(214,95,82); }
div.DivClassName
{
background-color: #D65F52;
}
.BgClassName
{
background-color: #D65F52;
}
</style>
border-color css
<style>
span { border-color: #D65F52; }
span { border-color: rgb(214,95,82); }
td.TdClassName
{
border-color: #D65F52;
}
.TagClassName
{
border-color: #D65F52;
}
</style>