Shades of Valencia #D65347
Tints of Valencia #D65347
RGB
CMYK
RGB Variations
Color information
#D65347 (or 0xD65347) is known color: Valencia. HEX triplet: D6, 53 and 47. RGB value is (214,83,71). Sum of RGB (Red+Green+Blue) = 214+83+71=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65347 is #29ACB8. Grayscale: #787878. Windows color (decimal): -2731193 or 4674518. OLE color: 4674518.
HSL color Cylindrical-coordinate representation of color #D65347: hue angle of 5.03º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D65347 is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 71 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.16 |
| HSL | 5.03º | 0.64% | 0.56% | - |
| HSV(B) | 5.03º | 0.67% | 0.84% | - |
| XYZ | 31.96 | 20.94 | 8.32 | - |
| YUV | 120.8 | 99.9 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 71 | 0 | 0.61 | 0.67 | 0.16 | 5.03 | 0.64 | 0.56 |
| Hex | D6 | 53 | 47 | 0 | 3D | 43 | 10 | 5 | 40 | 38 |
| Octal | 326 | 123 | 107 | 0 | 75 | 103 | 20 | 5 | 100 | 70 |
| Binary | 11010110 | 1010011 | 1000111 | 0 | 111101 | 1000011 | 10000 | 101 | 1000000 | 111000 |
Color Harmonies of #D65347
Complementary color
Monochromatic Colors of #D65347
Black with #D65347
Text Example
Text Example
White with #D65347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65347; }
p { color: rgb(214,83,71); }
H1.HeaderClassName
{
color: #D65347;
}
.AnyTagClassName
{
color: #D65347;
}
</style>
background-color css
<style>
a { background-color: #D65347; }
a { background-color: rgb(214,83,71); }
div.DivClassName
{
background-color: #D65347;
}
.BgClassName
{
background-color: #D65347;
}
</style>
border-color css
<style>
span { border-color: #D65347; }
span { border-color: rgb(214,83,71); }
td.TdClassName
{
border-color: #D65347;
}
.TagClassName
{
border-color: #D65347;
}
</style>